diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-24 02:50:32 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-24 02:50:32 +0800 |
commit | a4b97adccb87810bf7e7693c39e84d5edb3f926d (patch) | |
tree | 651ed42a32a821ad7d4484ccaf9315cc05a500ca /mail/elm | |
parent | 6bdad4a5522b599048b7e92016fd7decc53eb041 (diff) | |
download | freebsd-ports-gnome-a4b97adccb87810bf7e7693c39e84d5edb3f926d.tar.gz freebsd-ports-gnome-a4b97adccb87810bf7e7693c39e84d5edb3f926d.tar.zst freebsd-ports-gnome-a4b97adccb87810bf7e7693c39e84d5edb3f926d.zip |
- Fix fetch
- mark MAKE_JOBS_UNSAFE=yes
PR: ports/147453
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (toasty@dragondata.com; 20 days)
Feature safe: yes
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 0cb15777fbd3..36013d0e9aef 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -9,8 +9,7 @@ PORTNAME= elm PORTVERSION= 2.5.8 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ \ - http://www.dragondata.com/software/ +MASTER_SITES= http://instinct.org/elm/files/tarballs/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= toasty@dragondata.com @@ -18,7 +17,9 @@ COMMENT= A once-popular mail user agent, version 2.5.x BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -CFLAGS+= -D_SIZE_T +MAKE_JOBS_UNSAFE= yes + +CFLAGS+= -D_SIZE_T WRKSRC= ${WRKDIR}/elm${PORTVERSION} NO_LATEST_LINK= yes |