summaryrefslogtreecommitdiff
path: root/net/quagga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r--net/quagga/Makefile4
1 files changed, 1 insertions, 3 deletions
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"