diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:06:02 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:06:02 +0000 |
commit | 724fe38c0ff0b8f8fcf864b9e4747577f44fa517 (patch) | |
tree | 80f20e1c457d55adddd1c915bc3f11c024bbd752 /audio/linux-openal | |
parent | 0a33789625277ce82aba079c157ca8070b1fe21b (diff) | |
download | ports-724fe38c0ff0b8f8fcf864b9e4747577f44fa517.tar.gz ports-724fe38c0ff0b8f8fcf864b9e4747577f44fa517.zip |
Notes
Diffstat (limited to 'audio/linux-openal')
-rw-r--r-- | audio/linux-openal/Makefile | 1 | ||||
-rw-r--r-- | audio/linux-openal/bsd.linux.mk | 4 | ||||
-rw-r--r-- | audio/linux-openal/distinfo.amd64 | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/audio/linux-openal/Makefile b/audio/linux-openal/Makefile index 6f9eaabb70d2..139ca448e91f 100644 --- a/audio/linux-openal/Makefile +++ b/audio/linux-openal/Makefile @@ -7,6 +7,7 @@ PORTNAME= openal DISTVERSION= 0.0-0.2.20040726 +PORTREVISION= 1 CATEGORIES= audio linux MASTER_SITE_SUBDIR= ../extras/3/${LINUX_ARCH}/ diff --git a/audio/linux-openal/bsd.linux.mk b/audio/linux-openal/bsd.linux.mk index f5056dbf3e1a..f87b26c533fe 100644 --- a/audio/linux-openal/bsd.linux.mk +++ b/audio/linux-openal/bsd.linux.mk @@ -19,13 +19,13 @@ NO_WRKSUBDIR= yes NO_BUILD= yes DESCR?= ${.CURDIR}/../${PORTNAME}/pkg-descr -MD5_FILE?= ${MASTERDIR}/distinfo.${ARCH} +MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_ARCH} PLIST?= ${WRKDIR}/.plist .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -LINUX_ARCH?= x86_64 +LINUX_ARCH?= i386 # the linuxulator does not yet support amd64 code .elif ${ARCH} == "powerpc" LINUX_ARCH?= ppc .else diff --git a/audio/linux-openal/distinfo.amd64 b/audio/linux-openal/distinfo.amd64 deleted file mode 100644 index 1f5fcf224396..000000000000 --- a/audio/linux-openal/distinfo.amd64 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (openal-0.0-0.2.20040726.x86_64.rpm) = e4264926d9ed40caddbcc7f9b39e2c8d -SHA256 (openal-0.0-0.2.20040726.x86_64.rpm) = 7aef7347bce98d8145156c77cc3864b7fcd18f5e53281ce8e169d4fb3072baf7 -SIZE (openal-0.0-0.2.20040726.x86_64.rpm) = 142119 |