Staging support

This commit is contained in:
Rong-En Fan 2014-05-30 13:53:48 +00:00
parent a32a29f74a
commit 1de318c695
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355840

View File

@ -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"