1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- fix plist for -DNOPORTEXAMPLES

- bump PORTREVISION

PR:		ports/125126
Submitted by:	maintainer
This commit is contained in:
Ion-Mihai Tetcu 2008-07-04 20:55:14 +00:00
parent 9ffc58e083
commit 484015c371
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216313

View File

@ -7,6 +7,7 @@
PORTNAME= samidare
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= www ruby
MASTER_SITES= http://www.a-k-r.org./samidare/
@ -40,8 +41,10 @@ post-build:
do-install:
cd ${INSTALL_WRKSRC}; ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}