diff options
author | joerg <joerg> | 2007-06-18 16:16:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-18 16:16:38 +0000 |
commit | 4563f9e50e8c2d596b344a918902cea38e3cf6f5 (patch) | |
tree | 0bd8ee1bc805015fa418f70f780a4d12e86a0731 | |
parent | a1804d61e75a008b7f04dfba47cec44edd2b038e (diff) | |
download | pkgsrc-4563f9e50e8c2d596b344a918902cea38e3cf6f5.tar.gz |
Needs pkg-config. Use INSTALLATION_DIRS for all directories.
-rw-r--r-- | x11/deskmenu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile index 387e948e8a2..21ecf7613d2 100644 --- a/x11/deskmenu/Makefile +++ b/x11/deskmenu/Makefile @@ -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 @@ HOMEPAGE= http://www.oroborus.org/?node=Download 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 @@ BUILD_DEFS+= PKG_SYSCONFBASE 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 |