diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-05-23 10:03:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-05-23 10:03:09 +0800 |
commit | a4941d6d5dd627d67d0364847dbc008e0e64e33f (patch) | |
tree | d1bf9ac56eed6d54d503f87bc714b8f60b69fd26 /games | |
parent | 9f204550a19da9a520c785acfd13b974af731f8b (diff) | |
download | freebsd-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/Makefile | 10 |
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} |