svn commit: r318820 - head/games/toycars
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 23 02:03:10 UTC 2013
Author: amdmi3
Date: Thu May 23 02:03:09 2013
New Revision: 318820
URL: http://svnweb.freebsd.org/changeset/ports/318820
Log:
- Trim Makefile header
- OptionsNG
Modified:
head/games/toycars/Makefile
Modified: head/games/toycars/Makefile
==============================================================================
--- head/games/toycars/Makefile Thu May 23 02:03:03 2013 (r318819)
+++ head/games/toycars/Makefile Thu May 23 02:03:09 2013 (r318820)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: toycars
-# Date created: 15 Dec 2005
-# Whom: Dmitry Marakasov <amdmi3 at amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
# $FreeBSD$
-#
PORTNAME= toycars
PORTVERSION= 0.3.10
@@ -27,10 +23,12 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= README
+.include <bsd.port.options.mk>
+
post-extract:
@${RM} ${WRKSRC}/data/.*Store
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
More information about the svn-ports-head
mailing list