From 7c7f73ded5034bce7e102769d5c1287696a2f689 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Thu, 20 Apr 2000 19:39:00 +0000 Subject: various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.) --- editors/xemacs21-mule/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'editors/xemacs21-mule/Makefile') 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" -- cgit v1.2.3