mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Properly install README as stated in the PORTDOCS variable.
Noticed by: krion / test of ports/75379
This commit is contained in:
parent
5c884387cd
commit
d522c52bb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128107
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue