Support staging.
PR: 191197 Submitted by: cmt@burggraben.net (maintainer)
This commit is contained in:
parent
bc5634fc2c
commit
b5baff9762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358713
1 changed files with 4 additions and 4 deletions
|
@ -20,14 +20,14 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
PORTDOCS= release-notes.txt
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/gimp/scripts/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/gimp/scripts/
|
||||
${INSTALL_DATA} ${WRKSRC}/*.scm ${STAGEDIR}${PREFIX}/share/gimp/scripts/
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/release-notes.txt ${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/release-notes.txt ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue