diff options
author | jdp <jdp@FreeBSD.org> | 2004-08-11 01:44:53 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2004-08-11 01:44:53 +0800 |
commit | ea0354f5a06d5e173d80526e8e3c295bcc8cbf92 (patch) | |
tree | f0dfd65618f826d902e2487c6259251187af7594 /lang | |
parent | 7f7acbda0074e9af0c29dcee70a4bc3727217e57 (diff) | |
download | freebsd-ports-graphics-ea0354f5a06d5e173d80526e8e3c295bcc8cbf92.tar.gz freebsd-ports-graphics-ea0354f5a06d5e173d80526e8e3c295bcc8cbf92.tar.zst freebsd-ports-graphics-ea0354f5a06d5e173d80526e8e3c295bcc8cbf92.zip |
Fix an incorrect distfile name for the Alpha.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ezm3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index e5e311c74fc..c1b666a26cf 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} MASTER_SITE_SUBDIR=development/CVSup/ezm3 -DISTFILES= ${BOOTSTRAP} \ +DISTFILES= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 \ ezm3-${PORTVERSION}-src.tar.bz2 MAINTAINER= jdp@FreeBSD.org @@ -44,17 +44,14 @@ BROKEN= Not supported on versions earlier than 4.1-RELEASE TARGET= FBSD_ALPHA WORDSIZE= 64 ENDIANESS= le -BOOTSTRAP= ezm3-${PORTVERSION}a-${TARGET}-boot.tar.bz2 .elif ${ARCH} == "i386" TARGET= FreeBSD4 WORDSIZE= 32 ENDIANESS= le -BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .elif ${ARCH} == "sparc64" TARGET= FBSD_SPARC64 WORDSIZE= 64 ENDIANESS= be -BOOTSTRAP= ezm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 .endif post-patch: |