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 -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= toycars PORTVERSION= 0.3.10 @@ -27,10 +23,12 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= README +.include + post-extract: @${RM} ${WRKSRC}/data/.*Store -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS}