diff options
author | linimon <linimon@FreeBSD.org> | 2005-04-04 13:58:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-04-04 13:58:41 +0800 |
commit | 4409ae1d6c8f8ff2348b091e1a8a3f46801baa4e (patch) | |
tree | aa15da6306dddc63e303ecd23a4b0276f41f7555 /chinese/xemacs21 | |
parent | 6042ebd0390559d2d1584224d68da440ac9e02b9 (diff) | |
download | freebsd-ports-gnome-4409ae1d6c8f8ff2348b091e1a8a3f46801baa4e.tar.gz freebsd-ports-gnome-4409ae1d6c8f8ff2348b091e1a8a3f46801baa4e.tar.zst freebsd-ports-gnome-4409ae1d6c8f8ff2348b091e1a8a3f46801baa4e.zip |
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.
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 |