Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/deskmenu/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/deskmenu/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.25 diff -u -p -r1.1 -r1.25 --- pkgsrc/x11/deskmenu/Makefile 2007/06/16 13:06:33 1.1 +++ pkgsrc/x11/deskmenu/Makefile 2015/04/25 14:25:03 1.25 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2007/06/16 13:06:33 sborrill Exp $ +# $NetBSD: Makefile,v 1.25 2015/04/25 14:25:03 tnn Exp $ # VERSION= 1.4.2 DISTNAME= deskmenu_${VERSION} PKGNAME= deskmenu-${VERSION} +PKGREVISION= 21 CATEGORIES= x11 MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ @@ -12,10 +13,10 @@ HOMEPAGE= http://www.oroborus.org/?node= 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 @@ -26,10 +27,9 @@ SUBST_SED.fix-paths= -e 's,"/etc,"${PKG BUILD_DEFS+= PKG_SYSCONFBASE do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/deskmenu ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/deskmenu + ${INSTALL_PROGRAM} ${WRKSRC}/src/deskmenu ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/example_rc \ - ${PREFIX}/share/examples/deskmenu/deskmenurc + ${DESTDIR}${PREFIX}/share/examples/deskmenu/deskmenurc .include "../../x11/libX11/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk"