diff options
author | edwin <edwin@FreeBSD.org> | 2005-02-06 06:52:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-02-06 06:52:48 +0800 |
commit | 95de3845987e4f0d3a3d25d332dfc9cd7710941f (patch) | |
tree | 8ee65a18c0180768e94348aebe46c0cb5ccaba07 /net/ipgrab | |
parent | 01ed967c2142b4a5df867e347854cc4762c1bab6 (diff) | |
download | freebsd-ports-gnome-95de3845987e4f0d3a3d25d332dfc9cd7710941f.tar.gz freebsd-ports-gnome-95de3845987e4f0d3a3d25d332dfc9cd7710941f.tar.zst freebsd-ports-gnome-95de3845987e4f0d3a3d25d332dfc9cd7710941f.zip |
Properly install README as stated in the PORTDOCS variable.
Noticed by: krion / test of ports/75379
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> |