aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs21-mule
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-21 03:39:00 +0800
committermharo <mharo@FreeBSD.org>2000-04-21 03:39:00 +0800
commite0c302887a7fabb4e08ae7b6db1379f72594f77f (patch)
treef7c665e3f382a149d7f22261e42336a233a4ec8e /editors/xemacs21-mule
parent558dea258cdad2b9ddc6a55a7ec47c1b733c8da6 (diff)
downloadfreebsd-ports-gnome-e0c302887a7fabb4e08ae7b6db1379f72594f77f.tar.gz
freebsd-ports-gnome-e0c302887a7fabb4e08ae7b6db1379f72594f77f.tar.zst
freebsd-ports-gnome-e0c302887a7fabb4e08ae7b6db1379f72594f77f.zip
various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)
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"