diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 16:45:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-14 16:45:25 +0800 |
commit | ad6317e271360881b14966f0b6b4a1394d82ae3f (patch) | |
tree | 24a10a62e31eb3b6c0622cac886af644248ff550 /japanese/t2ps | |
parent | 3473958ac60f2a99bcc42ed59c274b1cb768d729 (diff) | |
download | freebsd-ports-gnome-ad6317e271360881b14966f0b6b4a1394d82ae3f.tar.gz freebsd-ports-gnome-ad6317e271360881b14966f0b6b4a1394d82ae3f.tar.zst freebsd-ports-gnome-ad6317e271360881b14966f0b6b4a1394d82ae3f.zip |
Support staging
Diffstat (limited to 'japanese/t2ps')
-rw-r--r-- | japanese/t2ps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/t2ps/Makefile b/japanese/t2ps/Makefile index d669d353d60f..04759d7678f4 100644 --- a/japanese/t2ps/Makefile +++ b/japanese/t2ps/Makefile @@ -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> |