svn commit: r311522 - head/games/amoebax
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Feb 3 23:37:33 UTC 2013
Author: amdmi3
Date: Sun Feb 3 23:37:32 2013
New Revision: 311522
URL: http://svnweb.freebsd.org/changeset/ports/311522
Log:
- Trim header
- OptionsNG
Modified:
head/games/amoebax/Makefile
Modified: head/games/amoebax/Makefile
==============================================================================
--- head/games/amoebax/Makefile Sun Feb 3 23:35:27 2013 (r311521)
+++ head/games/amoebax/Makefile Sun Feb 3 23:37:32 2013 (r311522)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: amoebax
-# Date created: 15 Aug 2007
-# Whom: Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
# $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 <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}
More information about the svn-ports-head
mailing list