diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
commit | 7c7f73ded5034bce7e102769d5c1287696a2f689 (patch) | |
tree | 1aa4bf677e79203e3def5742604b2d7d6187bcf9 /editors/xemacs21-mule/Makefile | |
parent | dae552c2f062eaf1ad47c2cf83579816658e1a95 (diff) |
Notes
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 16b5f4cde8f4..24d539277495 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -6,7 +6,7 @@ # # This is the MASTER port of XEmacs Mule slave ports(japanese/xemacs${XEMACS_MAJOR_VER}-*) -# and provides `Architecture Dependent' parts of xemacs binary. +# and provides `Architecture Dependent' parts of xemacs binary. # # Caracteristic variables of XEmacs Mule ports family: # MULE_PORT : Mule port if defined(means COMMN or SLAVE) @@ -72,6 +72,8 @@ FILESDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/files PATCHDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/patches PLIST?= ${PKGLDIR}/PLIST +SLAVEDIRS= editors/xemacs21-mule-common editors/xemacs21-mule-sumo + XEMACS_MAJOR_VER?= 21 MULE_PORT= yes PKGNAMESUFFIX?= -mule @@ -145,4 +147,6 @@ post-package: # ${MKDIR} ${PREFIX}/lib/xemacs/mule-packages/etc/app-defaults #.endif -.include "${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/Makefile" +MASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER} + +.include "${MASTERDIR}/Makefile" |