diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 17:10:21 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 17:10:21 +0000 |
commit | 7fa04287eece2eb520aadd49b774133b0dc28f6a (patch) | |
tree | 4607f9d3c6e9dc3d27fbe1f5885f4ff8a559520d /devel/linux_devtools-7 | |
parent | 2f5df15115f7feef045136afefce5919f466e4c7 (diff) | |
download | ports-7fa04287eece2eb520aadd49b774133b0dc28f6a.tar.gz ports-7fa04287eece2eb520aadd49b774133b0dc28f6a.zip |
Notes
Diffstat (limited to 'devel/linux_devtools-7')
-rw-r--r-- | devel/linux_devtools-7/Makefile | 8 |
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") |