Support staging

This commit is contained in:
Emanuel Haupt 2014-03-14 08:45:25 +00:00
parent 2b33b6bd3f
commit ae4eec5b72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348177

View File

@ -15,8 +15,7 @@ RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
PLIST_FILES= bin/t2ps
WRKSRC= ${WRKDIR}/t2ps-dir
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/t2ps ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>