diff options
author | salo <salo@pkgsrc.org> | 2003-06-25 14:14:36 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-25 14:14:36 +0000 |
commit | 3dfc43b66f80264bd7f7feedf92fc8fb08594300 (patch) | |
tree | 25ab730675af100778d11f21727760881ce80d3c /www | |
parent | 81b63a0a31c3d532e0e47f3b09c1370442b3de62 (diff) | |
download | pkgsrc-3dfc43b66f80264bd7f7feedf92fc8fb08594300.tar.gz |
Don't install the annoying libnullplugin.
Diffstat (limited to 'www')
-rw-r--r-- | www/phoenix-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/phoenix-bin/Makefile b/www/phoenix-bin/Makefile index 7e2f865f588..075373545fc 100644 --- a/www/phoenix-bin/Makefile +++ b/www/phoenix-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/06/11 13:35:09 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/25 14:14:36 salo Exp $ # DISTNAME= # see Makefile.${OPSYS}.${ARCH} @@ -14,7 +14,7 @@ ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 SunOS-5.[789]*-sparc CONFLICTS+= phoenix-linux-[0-9]* -NO_CONFIGURE= # defined +NO_CONFIGURE= YES USE_PKGINSTALL= YES .include "../../mk/bsd.prefs.mk" @@ -32,6 +32,7 @@ do-install: ${INSTALL_DATA_DIR} ${PHOENIX_LIB} cd ${WRKSRC} && ${PAX} -rw -pm . ${PHOENIX_LIB} ${INSTALL_SCRIPT} ${WRKDIR}/phoenix.sh ${PREFIX}/bin/phoenix-${PLATFORM} + @${RM} -f ${PHOENIX_LIB}/plugins/libnullplugin.so post-install: @${CP} -f ${PKGDIR}/PLIST ${PLIST_SRC} |