diff options
Diffstat (limited to 'games/powermanga')
-rw-r--r-- | games/powermanga/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile index ba66239649a2..aec5d24c4bfc 100644 --- a/games/powermanga/Makefile +++ b/games/powermanga/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: powermanga -# Date created: 26 Jan 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= powermanga PORTVERSION= 0.90 @@ -42,7 +38,7 @@ post-patch: post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${INSTALL_DATA} ${WRKSRC}/texts/config.ini ${DATADIR}/texts -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} |