diff options
author | novel <novel@FreeBSD.org> | 2006-07-27 04:28:20 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-27 04:28:20 +0800 |
commit | 2cc2d02c8a897f2926f16471322a6dd0716f0aba (patch) | |
tree | 1c2fe63a158d21f6ecb9252961c102cc18dccbb1 /games | |
parent | d1146a4938c943b2a45241708b2cc37d0f480bc8 (diff) | |
download | freebsd-ports-graphics-2cc2d02c8a897f2926f16471322a6dd0716f0aba.tar.gz freebsd-ports-graphics-2cc2d02c8a897f2926f16471322a6dd0716f0aba.tar.zst freebsd-ports-graphics-2cc2d02c8a897f2926f16471322a6dd0716f0aba.zip |
Install README file.
PR: 100887
Submitted by: Dmitry Marakasov (maintainer)
Diffstat (limited to 'games')
-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 6a51568b68f..6f6cf9bb399 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> |