summaryrefslogtreecommitdiff
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 19:39:00 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 19:39:00 +0000
commit7c7f73ded5034bce7e102769d5c1287696a2f689 (patch)
tree1aa4bf677e79203e3def5742604b2d7d6187bcf9 /editors/xemacs21-mule
parentI have been asked to *TEMPERARYLY* restrict this again. (diff)
various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)
Notes
Notes: svn path=/head/; revision=27796
Diffstat (limited to 'editors/xemacs21-mule')
-rw-r--r--editors/xemacs21-mule/Makefile8
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"