diff options
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> |