diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-26 20:28:20 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-26 20:28:20 +0000 |
commit | 53423cc35617533056f50ce0b6c957e46639baf4 (patch) | |
tree | 3c5ecbdc1bd8a9df2963623d537d589482a79814 /games/toycars/Makefile | |
parent | f4169d40476ec9b9fc9acb83402ce9f0fd873c87 (diff) | |
download | ports-53423cc35617533056f50ce0b6c957e46639baf4.tar.gz ports-53423cc35617533056f50ce0b6c957e46639baf4.zip |
Notes
Diffstat (limited to 'games/toycars/Makefile')
-rw-r--r-- | games/toycars/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile index 6a51568b68f7..6f6cf9bb3991 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -7,6 +7,7 @@ PORTNAME= toycars PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= toycars @@ -20,4 +21,14 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +PORTDOCS= README + +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + .include <bsd.port.mk> |