Properly install README as stated in the PORTDOCS variable.

Noticed by: krion / test of ports/75379
This commit is contained in:
Edwin Groothuis 2005-02-05 22:52:48 +00:00
parent 5c884387cd
commit d522c52bb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128107

View file

@ -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>