summaryrefslogtreecommitdiff
path: root/devel/libnet
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-22 04:43:17 +0000
committerwiz <wiz@pkgsrc.org>2003-03-22 04:43:17 +0000
commitf4c18062d84c343439ca29f67b72a4aa9e2f6495 (patch)
tree35a16b597baaa8685edda28ecee0c6b7828a2ecd /devel/libnet
parent1cdb9b28549e32b7ccdd1bd9721ab67f53e7f8be (diff)
downloadpkgsrc-f4c18062d84c343439ca29f67b72a4aa9e2f6495.tar.gz
Make sure installed examples are readable not only by root.
Addresses PR 20797. Bump PKGREVISION.
Diffstat (limited to 'devel/libnet')
-rw-r--r--devel/libnet/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile
index dc7750bdf0a..eba8fef91c4 100644
--- a/devel/libnet/Makefile
+++ b/devel/libnet/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2002/08/25 18:38:31 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2003/03/22 04:43:17 wiz Exp $
#
DISTNAME= libnet-1.0.1b
+PKGREVISION= 1
CATEGORIES= devel net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/
@@ -20,6 +21,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/}
PLIST_SRC= ${WRKDIR}/PLIST
DOCDIR= share/doc/libnet
+post-extract:
+ ${CHMOD} -R a+r ${WRKSRC}/doc
+
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libnet
@(cd ${WRKSRC}/doc/html; ${GTAR} cf - *.html *.gif */*.c | \