diff options
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 57a22aee983b..703f61d93ba3 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcombust PORTVERSION= 0.1.55 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -35,8 +35,10 @@ post-configure: cd ${WRKSRC}/po && ${MAKE} update-po post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gcombust - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gcombust - ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/gcombust + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} +.endif .include <bsd.port.mk> |