summaryrefslogtreecommitdiff
path: root/devel/libnet
diff options
context:
space:
mode:
authorwiz <wiz>2003-03-22 04:43:17 +0000
committerwiz <wiz>2003-03-22 04:43:17 +0000
commit574b96aaab8058ae16acd42f374dba4189d99022 (patch)
tree35a16b597baaa8685edda28ecee0c6b7828a2ecd /devel/libnet
parentcd777ec3eb3412bf1542f26f7536c9c49c632d71 (diff)
downloadpkgsrc-574b96aaab8058ae16acd42f374dba4189d99022.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 | \