diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-04-04 05:58:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-04-04 05:58:41 +0000 |
commit | d17652ab74f74479f2d917c26e77f108bb866613 (patch) | |
tree | c4201d4446d72dc067bcc2ac0a64d378f01192bf /chinese/xemacs21 | |
parent | - Chase libexif update (diff) |
Add a marker to indicate that this is a slave port. This is only of
use to portsmon and FreshPorts, and only needed because the port does
not adhere to the correct semantics of MASTERPORT.
Notes
Notes:
svn path=/head/; revision=132413
Diffstat (limited to 'chinese/xemacs21')
-rw-r--r-- | chinese/xemacs21/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 61a314f8fd6a..4c434fe74917 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -22,6 +22,9 @@ BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25 # xemacs21-mule-common needs this. WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work +SLAVE_PORT= yes +MASTER_PORT= editors/xemacs21-mule + post-install:: @${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5 @${INSTALL_DATA} ${.CURDIR}/../xemacs/files/Emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5 |