svn commit: r356119 - head/lang/sather-specification
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 1 13:26:36 UTC 2014
Author: pawel
Date: Sun Jun 1 13:26:35 2014
New Revision: 356119
URL: http://svnweb.freebsd.org/changeset/ports/356119
QAT: https://qat.redports.org/buildarchive/r356119/
Log:
Add staging support
Modified:
head/lang/sather-specification/Makefile
Modified: head/lang/sather-specification/Makefile
==============================================================================
--- head/lang/sather-specification/Makefile Sun Jun 1 13:23:50 2014 (r356118)
+++ head/lang/sather-specification/Makefile Sun Jun 1 13:26:35 2014 (r356119)
@@ -17,11 +17,9 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DOCSDIR}
- @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
- @${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR}
+ @${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list