1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- fix plist

Reviewed by:	linimon
Pondered by:	recent QA tinderbox
This commit is contained in:
Daniel Gerzo 2008-11-16 21:24:39 +00:00
parent f363391416
commit fc0113ce8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222937

View File

@ -22,6 +22,10 @@ AP_GENPLIST= YES
PORTDOCS= LICENSE.txt ChangeLog
PLIST_FILES= share/doc/mod_domaintree/LICENSE.txt \
share/doc/mod_domaintree/ChangeLog
PLIST_DIRS= share/doc/mod_domaintree
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}