aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-07 01:10:21 +0800
committertrevor <trevor@FreeBSD.org>2004-02-07 01:10:21 +0800
commitaab592982e10a39b672abf314f920bf8b736926f (patch)
tree93c26d1c9c4aa1f3e5bb96191b3a62b2d924dada /devel
parentaa5c1d3049924e8392766b246bcfb96111f65523 (diff)
downloadfreebsd-ports-gnome-aab592982e10a39b672abf314f920bf8b736926f.tar.gz
freebsd-ports-gnome-aab592982e10a39b672abf314f920bf8b736926f.tar.zst
freebsd-ports-gnome-aab592982e10a39b672abf314f920bf8b736926f.zip
Fix "make describe", which omitted the PORTREVISION.
Noticed by: Rudolf Cejka
Diffstat (limited to 'devel')
-rw-r--r--devel/linux_devtools-7/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile
index af84cdb6ab3b..56545c61da65 100644
--- a/devel/linux_devtools-7/Makefile
+++ b/devel/linux_devtools-7/Makefile
@@ -7,12 +7,7 @@
PORTNAME= linux_devtools
PORTVERSION= 7.1
-.include <bsd.port.pre.mk>
-.if (${MACHINE_ARCH} == "alpha")
-PORTREVISION= 2
-.else
PORTREVISION= 3
-.endif
CATEGORIES= devel emulators linux
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS
@@ -46,10 +41,13 @@ MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
# Let's avoid hardcoding 'en' as the language.
LANG= en
+.include <bsd.port.pre.mk>
+
.if (${MACHINE_ARCH} == "alpha")
PATCH_SITES= \
ftp://ftp2.compaq.com/pub/linux/RedHat/7.2-alpha/updates/rpms/alpha/ \
ftp://alpha.crl.dec.com/pub/linux/redhat/7.2-alpha/updates/rpms/alpha/
+PORTREVISION= 2
.endif
.if (${MACHINE_ARCH} == "i386")