Install README file.

PR:		100887
Submitted by:	Dmitry Marakasov (maintainer)
This commit is contained in:
Roman Bogorodskiy 2006-07-26 20:28:20 +00:00
parent f4169d4047
commit 53423cc356
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168839

View file

@ -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>