Install README as stated in the PLISTDOCS variable

Noticed by: krion / test of ports/75379
This commit is contained in:
Edwin Groothuis 2005-02-05 22:55:44 +00:00
parent d522c52bb9
commit 082d147558
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128108

View file

@ -7,6 +7,7 @@
PORTNAME= dnshijacker
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= http://pedram.redhive.com/downloads/
@ -28,5 +29,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnshijacker ${PREFIX}/bin
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>