diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index 1fb26e2972f9..4697f26712bb 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amoebax -# Date created: 15 Aug 2007 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= amoebax PORTVERSION= 0.2.1 @@ -36,7 +32,9 @@ post-patch: @${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\ ${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|' -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}