aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-05-23 10:03:09 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-05-23 10:03:09 +0800
commita4941d6d5dd627d67d0364847dbc008e0e64e33f (patch)
treed1bf9ac56eed6d54d503f87bc714b8f60b69fd26 /games
parent9f204550a19da9a520c785acfd13b974af731f8b (diff)
downloadfreebsd-ports-gnome-a4941d6d5dd627d67d0364847dbc008e0e64e33f.tar.gz
freebsd-ports-gnome-a4941d6d5dd627d67d0364847dbc008e0e64e33f.tar.zst
freebsd-ports-gnome-a4941d6d5dd627d67d0364847dbc008e0e64e33f.zip
- Trim Makefile header
- OptionsNG
Diffstat (limited to 'games')
-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}