aboutsummaryrefslogtreecommitdiff
path: root/games/toycars
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-23 02:03:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-23 02:03:09 +0000
commit5a13efdd1200b886bd246a4eeb4c7ab62911c43a (patch)
treed1bf9ac56eed6d54d503f87bc714b8f60b69fd26 /games/toycars
parent3120fe874f8ea065aaffc47e3b6b09acbc2511eb (diff)
downloadports-5a13efdd1200b886bd246a4eeb4c7ab62911c43a.tar.gz
ports-5a13efdd1200b886bd246a4eeb4c7ab62911c43a.zip
- Trim Makefile header
- OptionsNG
Notes
Notes: svn path=/head/; revision=318820
Diffstat (limited to 'games/toycars')
-rw-r--r--games/toycars/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile
index a688586c36e4..88ad7a94f6aa 100644
--- a/games/toycars/Makefile
+++ b/games/toycars/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: toycars
-# Date created: 15 Dec 2005
-# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
-#
+# Created by: Dmitry Marakasov <amdmi3@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}