diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-05 22:52:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-05 22:52:48 +0000 |
commit | d522c52bb9009d8d71bdd5c546949f34fb8a3fc3 (patch) | |
tree | 2cbd633a88bfd3c35f716249ad0690c3191f489d /net/ipgrab | |
parent | 5c884387cd752e8baa6433ba7da751a53d9f13d5 (diff) | |
download | ports-d522c52bb9009d8d71bdd5c546949f34fb8a3fc3.tar.gz ports-d522c52bb9009d8d71bdd5c546949f34fb8a3fc3.zip |
Notes
Diffstat (limited to 'net/ipgrab')
-rw-r--r-- | net/ipgrab/Makefile | 5 |
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> |