diff options
author | gj <gj@FreeBSD.org> | 2003-10-09 02:47:48 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2003-10-09 02:47:48 +0800 |
commit | c2d7df05cfa508ff637ea129d35282952fbdd895 (patch) | |
tree | 1833da397b169e4b442aeb063019b83a85008e5e /editors/xemacs-devel/Makefile | |
parent | c1e7a4ffac8ef658df2ed974ed1161bfd5ff8010 (diff) | |
download | freebsd-ports-gnome-c2d7df05cfa508ff637ea129d35282952fbdd895.tar.gz freebsd-ports-gnome-c2d7df05cfa508ff637ea129d35282952fbdd895.tar.zst freebsd-ports-gnome-c2d7df05cfa508ff637ea129d35282952fbdd895.zip |
Upgrade to version 21.5.15.
Fix the version number to eliminate the hyphen as requested in PR
ports/56958. Note that this does not close the PR since there are
other problematical ports listed in it.
Diffstat (limited to 'editors/xemacs-devel/Makefile')
-rw-r--r-- | editors/xemacs-devel/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index f215a42b2c44..8c91626dd4a4 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -6,12 +6,12 @@ # PORTNAME= xemacs-devel -PORTVERSION= ${XEMACS_VER} +PORTVERSION= ${XEMACS_VER:S/-/./} CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} -DISTNAME= xemacs-${XEMACS_REL} -DISTFILES= ${DISTNAME}.11${EXTRACT_SUFX} +DISTNAME= xemacs-${XEMACS_VER:S/-b/./} +#DISTFILES= ${DISTNAME}.11${EXTRACT_SUFX} DIST_SUBDIR= xemacs MAINTAINER= gj@FreeBSD.org @@ -27,12 +27,12 @@ USE_XLIB= yes USE_XPM= yes .endif -XEMACS_REL= 21.5 -BETA_VER= -b11 -XEMACS_VER= ${XEMACS_REL}${BETA_VER} -XEMACS_ARCH= ${CONFIGURE_TARGET} -WRKSRC= ${WRKDIR}/${DISTNAME}.11 +XEMACS_MAJOR_VER?= 21 +XEMACS_REL= ${XEMACS_MAJOR_VER}.5 +XEMACS_VER= ${XEMACS_MAJOR_VER}.5-b15 +XEMACS_ARCH= ${CONFIGURE_TARGET} +WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} STRIP= USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd @@ -108,7 +108,7 @@ pre-configure:: .endfor post-install:: -.for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_REL}-b11 +.for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_VER} ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor ${RM} -f ${PREFIX}/bin/send-pr |