From 53423cc35617533056f50ce0b6c957e46639baf4 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Wed, 26 Jul 2006 20:28:20 +0000 Subject: Install README file. PR: 100887 Submitted by: Dmitry Marakasov (maintainer) --- games/toycars/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'games/toycars/Makefile') 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 -- cgit v1.2.3