svn commit: r345379 - head/misc/jargon

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 12:36:21 UTC 2014


Author: ehaupt
Date: Fri Feb 21 12:36:20 2014
New Revision: 345379
URL: http://svnweb.freebsd.org/changeset/ports/345379
QAT: https://qat.redports.org/buildarchive/r345379/

Log:
  Support staging

Modified:
  head/misc/jargon/Makefile

Modified: head/misc/jargon/Makefile
==============================================================================
--- head/misc/jargon/Makefile	Fri Feb 21 12:31:53 2014	(r345378)
+++ head/misc/jargon/Makefile	Fri Feb 21 12:36:20 2014	(r345379)
@@ -13,15 +13,14 @@ NO_BUILD=	yes
 
 DATADIR=	${PREFIX}/share/jargon
 
-NO_STAGE=	yes
 post-extract:
 	(cd ${WRKSRC}; \
 	 ${RM} -rf html/graphics/.xvpics graphics/.xvpics \
 		html/letters.html~ html/online-preface.html~)
 
 do-install:
-	${MKDIR} ${DATADIR}
-	(cd ${WRKSRC}; ${PAX} -rw . ${DATADIR})
-	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
+	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list