svn commit: r355840 - head/chinese/enscript

Rong-En Fan rafan at FreeBSD.org
Fri May 30 13:53:48 UTC 2014


Author: rafan
Date: Fri May 30 13:53:48 2014
New Revision: 355840
URL: http://svnweb.freebsd.org/changeset/ports/355840
QAT: https://qat.redports.org/buildarchive/r355840/

Log:
  Staging support

Modified:
  head/chinese/enscript/Makefile

Modified: head/chinese/enscript/Makefile
==============================================================================
--- head/chinese/enscript/Makefile	Fri May 30 13:51:04 2014	(r355839)
+++ head/chinese/enscript/Makefile	Fri May 30 13:53:48 2014	(r355840)
@@ -16,13 +16,12 @@ PKGMESSAGE=	${.CURDIR}/pkg-message
 
 USE_GHOSTSCRIPT_RUN=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${ECHO_CMD} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist
 	@${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist
 
 post-install:
-	@${INSTALL_DATA} ${.CURDIR}/files/README.BIG5 ${PREFIX}/share/enscript
+	@${INSTALL_DATA} ${.CURDIR}/files/README.BIG5 ${STAGEDIR}${PREFIX}/share/enscript
 	@${CAT} ${PKGMESSAGE}
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list