pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/deskmenu Needs pkg-config. Use INSTALLATION_DIRS f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02da8171d75f
branches:  trunk
changeset: 530202:02da8171d75f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 18 16:16:38 2007 +0000

description:
Needs pkg-config. Use INSTALLATION_DIRS for all directories.

diffstat:

 x11/deskmenu/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r b06de371597d -r 02da8171d75f x11/deskmenu/Makefile
--- a/x11/deskmenu/Makefile     Mon Jun 18 15:45:29 2007 +0000
+++ b/x11/deskmenu/Makefile     Mon Jun 18 16:16:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/16 13:06:33 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/18 16:16:38 joerg Exp $
 #
 
 VERSION=       1.4.2
@@ -12,10 +12,10 @@
 COMMENT=       X utility for providing root menus
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 GNU_CONFIGURE= yes
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/examples/deskmenu
 
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
@@ -27,7 +27,6 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/deskmenu ${PREFIX}/bin
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/deskmenu
        ${INSTALL_DATA} ${WRKSRC}/example_rc \
                ${PREFIX}/share/examples/deskmenu/deskmenurc
 



Home | Main Index | Thread Index | Old Index