diff options
-rw-r--r-- | chinese/enscript/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile index 74fff8f59866..8bb877d5bf15 100644 --- a/chinese/enscript/Makefile +++ b/chinese/enscript/Makefile @@ -32,8 +32,7 @@ post-patch: @${ECHO_CMD} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist @${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist -do-install: - @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) +post-install: @${INSTALL_DATA} ${.CURDIR}/files/README.BIG5 ${PREFIX}/share/enscript @${CAT} ${PKGMESSAGE} |