aboutsummaryrefslogtreecommitdiff
path: root/net/ipgrab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-02-05 22:52:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-02-05 22:52:48 +0000
commitd522c52bb9009d8d71bdd5c546949f34fb8a3fc3 (patch)
tree2cbd633a88bfd3c35f716249ad0690c3191f489d /net/ipgrab
parent5c884387cd752e8baa6433ba7da751a53d9f13d5 (diff)
downloadports-d522c52bb9009d8d71bdd5c546949f34fb8a3fc3.tar.gz
ports-d522c52bb9009d8d71bdd5c546949f34fb8a3fc3.zip
Properly install README as stated in the PORTDOCS variable.
Noticed by: krion / test of ports/75379
Notes
Notes: svn path=/head/; revision=128107
Diffstat (limited to 'net/ipgrab')
-rw-r--r--net/ipgrab/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile
index 58c294760d39..715cf154545a 100644
--- a/net/ipgrab/Makefile
+++ b/net/ipgrab/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ipgrab
PORTVERSION= 0.9.8
+PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,4 +20,8 @@ INFO= ipgrab
PLIST_FILES= bin/ipgrab
PORTDOCS= README
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+
.include <bsd.port.mk>