summaryrefslogtreecommitdiffstats
path: root/editors/apel
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2001-12-01 18:04:29 +0000
committershige <shige@FreeBSD.org>2001-12-01 18:04:29 +0000
commit92b0d94cfa684ee7c86ec146e68ac75bd24f92e1 (patch)
tree808d7a7e5aa302da22654000d9d4a9a74a96f633 /editors/apel
parent46fd7031f33227271dc7e5fec31738d8258bb175 (diff)
downloadFreeBSD-ports-92b0d94cfa684ee7c86ec146e68ac75bd24f92e1.zip
FreeBSD-ports-92b0d94cfa684ee7c86ec146e68ac75bd24f92e1.tar.gz
Oops. Change the position of PORTCLASS directive.
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 c9eb8c4..52e17bd 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
OpenPOWER on IntegriCloud