- fix plist for NOPORTDOCS

Reported by:	itetcu
This commit is contained in:
Dirk Meyer 2008-06-21 22:39:14 +00:00
parent f25eb85ff1
commit 7d76d8e4c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215499

View File

@ -41,7 +41,9 @@ post-patch:
do-install:
${MKDIR} ${DOCSDIR}
${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu
.ifndef(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}
.endif
${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf.sample
.if !exists(${PREFIX}/etc/aiccu.conf)
${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf