diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-02-14 14:51:05 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-02-14 14:51:05 +0000 |
commit | 081a788e8834d3b7370f66fcbcd4d88d1ec906e1 (patch) | |
tree | aa4889338313f3af7e5cf9266437c2a101d2b80a /chinese/enscript/Makefile | |
parent | 62a62ce2e4de4f5cb6f40735c45081c456f4e253 (diff) | |
download | ports-081a788e8834d3b7370f66fcbcd4d88d1ec906e1.tar.gz ports-081a788e8834d3b7370f66fcbcd4d88d1ec906e1.zip |
Notes
Diffstat (limited to 'chinese/enscript/Makefile')
-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} |