diff options
author | John Polstra <jdp@FreeBSD.org> | 2004-08-10 17:44:53 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2004-08-10 17:44:53 +0000 |
commit | aa94b59f85c9e640eaa2cb565c5406b16dc8de9f (patch) | |
tree | c2bd8aa46dfd6f5da7b3248289dc29d51adcdc31 /lang/ezm3 | |
parent | 39708a50e1c4dfc129f864d4a14d288e727bfce4 (diff) | |
download | ports-aa94b59f85c9e640eaa2cb565c5406b16dc8de9f.tar.gz ports-aa94b59f85c9e640eaa2cb565c5406b16dc8de9f.zip |
Notes
Diffstat (limited to 'lang/ezm3')
-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 e5e311c74fcd..c1b666a26cf4 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: |