aboutsummaryrefslogtreecommitdiff
path: root/games/toycars
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-26 20:28:20 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-26 20:28:20 +0000
commit53423cc35617533056f50ce0b6c957e46639baf4 (patch)
tree3c5ecbdc1bd8a9df2963623d537d589482a79814 /games/toycars
parentf4169d40476ec9b9fc9acb83402ce9f0fd873c87 (diff)
downloadports-53423cc35617533056f50ce0b6c957e46639baf4.tar.gz
ports-53423cc35617533056f50ce0b6c957e46639baf4.zip
Install README file.
PR: 100887 Submitted by: Dmitry Marakasov (maintainer)
Notes
Notes: svn path=/head/; revision=168839
Diffstat (limited to 'games/toycars')
-rw-r--r--games/toycars/Makefile11
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>