mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Oops. Change the position of PORTCLASS directive.
This commit is contained in:
parent
66fe059946
commit
a3293c9e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50818
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user