diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-11 16:04:41 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-11 16:04:41 +0800 |
commit | 6b02d1b35c173832c085697cf76aa156d04ad843 (patch) | |
tree | 195cb55f1eda849521409154920849cf102b91fa /audio/linux-f8-arts | |
parent | 93ea51bfc3219265c52c39374430d10201b8f436 (diff) | |
download | freebsd-ports-gnome-6b02d1b35c173832c085697cf76aa156d04ad843.tar.gz freebsd-ports-gnome-6b02d1b35c173832c085697cf76aa156d04ad843.tar.zst freebsd-ports-gnome-6b02d1b35c173832c085697cf76aa156d04ad843.zip |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Diffstat (limited to 'audio/linux-f8-arts')
-rw-r--r-- | audio/linux-f8-arts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/linux-f8-arts/Makefile b/audio/linux-f8-arts/Makefile index 108d6b92be4d..993aed970ff8 100644 --- a/audio/linux-f8-arts/Makefile +++ b/audio/linux-f8-arts/Makefile @@ -10,9 +10,9 @@ PORTVERSION= 1.0.3 PORTREVISION= 3 CATEGORIES= audio kde linux MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS +MASTER_SITE_SUBDIR= 8.0/en/os/${ARCH}/RedHat/RPMS PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${ARCH} EXTRACT_SUFX= .rpm EXTRACT_ONLY= @@ -30,8 +30,8 @@ ONLY_FOR_ARCHS= i386 DIST_SUBDIR= rpm NO_BUILD= yes NO_FILTER_SHLIBS= yes -PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +PLIST= ${MASTERDIR}/pkg-plist.${ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} DBPATH= /var/lib/rpm RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ |