diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 03:39:00 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 03:39:00 +0800 |
commit | e0c302887a7fabb4e08ae7b6db1379f72594f77f (patch) | |
tree | f7c665e3f382a149d7f22261e42336a233a4ec8e /editors/xemacs21-mule | |
parent | 558dea258cdad2b9ddc6a55a7ec47c1b733c8da6 (diff) | |
download | freebsd-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/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" |