summaryrefslogtreecommitdiff
path: root/editors/apel
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-12-01 18:04:29 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-12-01 18:04:29 +0000
commita3293c9e6bdd1ad2ad1a485f62b504a21f94c6ec (patch)
tree1adda34b8fbe2b7e29643628b51b514c6cdaedf4 /editors/apel
parentUpdate to stub(slave) port. (diff)
Oops. Change the position of PORTCLASS directive.
Notes
Notes: svn path=/head/; revision=50818
Diffstat (limited to 'editors/apel')
-rw-r--r--editors/apel/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index c9eb8c4622ce..52e17bda47e7 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -17,13 +17,6 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= shige@FreeBSD.org
-# emacs port setup
-.if (${PORTCLASS} == "master")
-EMACS_PORT_NAME= emacs21
-.endif
-
-EMACS_MASTERDIR_PKGFILES=YES
-
# distfile version
APEL_VER= 10.3
# setupel filename
@@ -37,6 +30,13 @@ APEL_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
# This is a master port.
PORTCLASS?= master
+# emacs port setup
+.if (${PORTCLASS} == "master")
+EMACS_PORT_NAME= emacs21
+.endif
+
+EMACS_MASTERDIR_PKGFILES=YES
+
# target name for make build
ALL_TARGET?= elc
# environments