diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /net | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit2/Makefile | 6 | ||||
-rw-r--r-- | net/ORBit2/buildlink3.mk | 7 | ||||
-rw-r--r-- | net/bind9/Makefile | 6 | ||||
-rw-r--r-- | net/bind95/Makefile | 6 | ||||
-rw-r--r-- | net/mldonkey-gui/Makefile | 5 | ||||
-rw-r--r-- | net/mldonkey/Makefile.common | 6 | ||||
-rw-r--r-- | net/mrt/Makefile | 4 | ||||
-rw-r--r-- | net/netcat/Makefile | 3 | ||||
-rw-r--r-- | net/py-twisted-docs/Makefile | 4 | ||||
-rw-r--r-- | net/quagga-devel/Makefile | 4 | ||||
-rw-r--r-- | net/quagga/Makefile | 4 | ||||
-rw-r--r-- | net/teamspeak-client/Makefile | 3 | ||||
-rw-r--r-- | net/teamspeak-server/Makefile | 3 | ||||
-rw-r--r-- | net/xipdump/Makefile | 5 |
14 files changed, 14 insertions, 52 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 69d925a6e04..673ed86a5c1 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2009/06/03 12:40:32 obache Exp $ +# $NetBSD: Makefile,v 1.70 2009/06/14 22:58:06 joerg Exp $ # DISTNAME= ORBit2-2.14.17 @@ -44,10 +44,6 @@ PKGCONFIG_OVERRIDE+= src/idl-compiler/ORBit-idl-2.0.pc.in CPPFLAGS.Darwin+= -DBIND_8_COMPAT -PRINT_PLIST_AWK+= /^@dirrm share\/idl$$/ \ - { print "@unexec $${RMDIR} %D/" $$2 \ - " 2>/dev/null || $${TRUE}"; next; } - # Workaround for Upstream Bug#562310. # for more detail, see also PR#41475. TOOLS_NOOP+= gtkdoc-rebase diff --git a/net/ORBit2/buildlink3.mk b/net/ORBit2/buildlink3.mk index eaaaa99c9af..9ad8b7a150e 100644 --- a/net/ORBit2/buildlink3.mk +++ b/net/ORBit2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2009/03/20 19:25:07 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2009/06/14 22:58:06 joerg Exp $ BUILDLINK_TREE+= ORBit2 @@ -9,11 +9,6 @@ BUILDLINK_API_DEPENDS.ORBit2+= ORBit2>=2.12.0 BUILDLINK_ABI_DEPENDS.ORBit2?= ORBit2>=2.12.4nb1 BUILDLINK_PKGSRCDIR.ORBit2?= ../../net/ORBit2 -PRINT_PLIST_AWK+= /^@dirrm lib\/orbit-2.0$$/ \ - { print "@comment in ORBit2: " $$0; next; } -PRINT_PLIST_AWK+= /^@dirrm share\/idl$$/ \ - { print "@comment in ORBit2: " $$0; next; } - .include "../../devel/glib2/buildlink3.mk" .include "../../net/libIDL/buildlink3.mk" .endif # ORBIT2_BUILDLINK3_MK diff --git a/net/bind9/Makefile b/net/bind9/Makefile index eb8f95c30ca..93dfa98b800 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2009/03/23 14:43:13 tron Exp $ +# $NetBSD: Makefile,v 1.107 2009/06/14 22:58:06 joerg Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P2/pl2/} @@ -71,11 +71,7 @@ post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/bind9/arm/Bv9ARM.pdf ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/pthread.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/net/bind95/Makefile b/net/bind95/Makefile index 6e767e8a865..bbc3271e859 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/03/23 14:43:13 tron Exp $ +# $NetBSD: Makefile,v 1.9 2009/06/14 22:58:06 joerg Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P2/pl2/} @@ -71,11 +71,7 @@ post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/bind9/arm/Bv9ARM.pdf ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/pthread.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile index 264b1084537..d56184a92f7 100644 --- a/net/mldonkey-gui/Makefile +++ b/net/mldonkey-gui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/02/16 13:11:41 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/14 22:58:06 joerg Exp $ # .include "../../net/mldonkey/Makefile.common" @@ -10,9 +10,6 @@ DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey USE_TOOLS+= pkg-config -PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ - { print "@comment in mldonkey: " $$0; next } - INSTALLATION_DIRS= bin .include "options.mk" diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 55a70b0a2e5..0daddca3bfc 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2009/02/25 23:39:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.37 2009/06/14 22:58:06 joerg Exp $ # # used by net/mldonkey/Makefile # used by net/mldonkey-gui/Makefile @@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --enable-pthread-lib UNLIMIT_RESOURCES= stacksize -PRINT_PLIST_AWK+= /^@dirrm libexec\/mldonkey$$/ \ - { print "@unexec $${RMDIR} %D/libexec/mldonkey"\ - " >/dev/null 2>&1 || $${TRUE}"; next } - # needs 3.10.1 or newer to work correctly on NetBSD/amd64 BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.1 diff --git a/net/mrt/Makefile b/net/mrt/Makefile index bf8bdb3dea2..50107d0def6 100644 --- a/net/mrt/Makefile +++ b/net/mrt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/08/12 14:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/06/14 22:58:07 joerg Exp $ # DISTNAME= mrt-2.2.2a-Aug11 @@ -28,7 +28,5 @@ post-install: ${DESTDIR}${PREFIX}/share/examples/mrt (cd ${DESTDIR}${PREFIX}; ${FIND} share/examples/mrt -type f -print \ >> ${PLIST_SRC}) - (cd ${DESTDIR}${PREFIX}; ${FIND} share/examples/mrt -type d -print | \ - ${SORT} -r | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../mk/bsd.pkg.mk" diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 5df022e7d7f..47ed7715a62 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/06/12 22:17:28 zafer Exp $ +# $NetBSD: Makefile,v 1.34 2009/06/14 22:58:07 joerg Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -54,7 +54,6 @@ do-install: ${INSTALL_DATA} $$i ${DESTDIR:Q}${PREFIX:Q}/${EXAMPLE_DIR}; \ ${ECHO} ${EXAMPLE_DIR}/$$i >> PLIST.data; \ done; \ - ${ECHO} "@dirrm ${EXAMPLE_DIR}" >> PLIST.data; \ ) ${INSTALL_MAN} ${FILESDIR}/nc.1 \ ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR}/man1/nc.1 diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 94fbd5b80aa..565040d8689 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/08/22 21:49:08 epg Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/14 22:58:07 joerg Exp $ PKGNAME= py-twisted-docs-${TWISTED_VERSION} COMMENT= Framework for writing networked applications @@ -17,7 +17,5 @@ INSTALLATION_DIRS= ${HTMLDIR} do-install: cd ${DOC_SRCDIR} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR} cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} - cd ${DESTDIR}${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \ - ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/net/quagga-devel/Makefile b/net/quagga-devel/Makefile index 0404294130f..2777f545648 100644 --- a/net/quagga-devel/Makefile +++ b/net/quagga-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/05/20 00:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/14 22:58:07 joerg Exp $ # DISTNAME= quagga-0.99.12 @@ -60,7 +60,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/mpls/* ${PREFIX}/share/doc/quagga/mpls ${CAT} ${PLIST_CAT} > ${PLIST_SRC} (cd ${PREFIX}; ${FIND} share/doc/quagga -type f -print ) >> ${PLIST_SRC} - (cd ${PREFIX}; ${FIND} share/doc/quagga -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/net/quagga/Makefile b/net/quagga/Makefile index a7a0b9c8b4d..834f59eb281 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/05/20 00:58:25 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2009/06/14 22:58:07 joerg Exp $ # DISTNAME= quagga-0.98.6 @@ -60,7 +60,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/mpls/* ${PREFIX}/share/doc/quagga/mpls ${CAT} ${PLIST_CAT} > ${PLIST_SRC} (cd ${PREFIX}; ${FIND} share/doc/quagga -type f -print ) >> ${PLIST_SRC} - (cd ${PREFIX}; ${FIND} share/doc/quagga -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/net/teamspeak-client/Makefile b/net/teamspeak-client/Makefile index c5f775a7d3c..bfdd27b0f28 100644 --- a/net/teamspeak-client/Makefile +++ b/net/teamspeak-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/05/19 08:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/14 22:58:07 joerg Exp $ PKGNAME= teamspeak-client-2.0.32.60 DISTNAME= ts2_client_rc2_2032 @@ -43,7 +43,6 @@ do-install: ${INSTALL_DATA} -m 644 ${WRKSRC}/manual/* ${DESTDIR}${DOC_DIR} ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} lib/teamspeak-client share/doc/teamspeak-client -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} lib/teamspeak-client share/doc/teamspeak-client -type d -print ) | ${SED} 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/net/teamspeak-server/Makefile b/net/teamspeak-server/Makefile index d55684994b3..d61daa0d884 100644 --- a/net/teamspeak-server/Makefile +++ b/net/teamspeak-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/05/19 08:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/14 22:58:07 joerg Exp $ PKGNAME= teamspeak-server-2.0.24.01 DISTNAME= ts2_server_rc2_202319 @@ -83,6 +83,5 @@ do-install: ${INSTALL_DATA} -m 644 ${WRKSRC}/INSTALL.mysql ${DESTDIR}${DOC_DIR} ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} lib/teamspeak-server share/doc/teamspeak-server share/teamspeak-server -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} lib/teamspeak-server share/doc/teamspeak-server share/teamspeak-server -type d -print ) | ${SED} 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index e46263542c6..5e8929f3da9 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/11/10 17:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/06/14 22:58:07 joerg Exp $ # DISTNAME= xipdump-1.5.4 @@ -24,9 +24,6 @@ post-build: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d -print | \ ${SED} -e 's|^|share/xipdump/|' >> ${PLIST_SRC}) - @${ECHO} "@dirrm share/xipdump/pkt" >> ${PLIST_SRC} - @${ECHO} "@dirrm share/xipdump/pkc" >> ${PLIST_SRC} - @${ECHO} "@dirrm share/xipdump" >> ${PLIST_SRC} post-install: ${FIND} ${PREFIX}/share/xipdump -name *.pkc | \ |