diff options
Diffstat (limited to 'japanese/t2ps/Makefile')
-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> |