diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-06-07 11:15:05 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-06-07 11:15:05 +0000 |
commit | 20edd608a0c3482f36dc166ea85ee03a9ace2625 (patch) | |
tree | 60f1191f248e1d8729334f0eb4adc2086aa91b20 /astro/setiathome/Makefile | |
parent | Replace i386-freebsd with PERL_ARCH so that packages can be built on alpha. (diff) |
Update to v 1.2 (Apparently, setitahome now calls /usr/sbin/sendmail, so you
can remove the symling from /usr/lib).
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 8a2e51338ff8..4f2c58808314 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -1,12 +1,12 @@ # Ports collection makefile for: setiathome -# Version required: 0.46 +# Version required: 1.2 # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.9 1999/05/17 10:58:07 stb Exp $ +# $Id: Makefile,v 1.10 1999/05/18 22:40:32 stb Exp $ # -PKGNAME= setiathome-1.1 +PKGNAME= setiathome-1.2 CATEGORIES= astro MASTER_SITES= http://setiathome.ssl.berkeley.edu/software/ \ ftp://ftp.cdrom.com/pub/setiathome/ \ @@ -27,27 +27,32 @@ MAN1= setiathome.1 .if ${OSVERSION} >= 400000 DISTFILES= setiathome-1.1.i386-unknown-freebsd4.0.tar WRKSRC= setiathome-1.1.i386-unknown-freebsd4.0 +PKGNAME= setiathome-1.1 +.elif ${OSVERSION} >= 320000 +DISTFILES= setiathome-1.2.i386-unknown-freebsd3.2.tar +WRKSRC= setiathome-1.2.i386-unknown-freebsd3.2 .elif ${OSVERSION} >= 310000 -DISTFILES= setiathome-1.1.i386-unknown-freebsd3.1.tar -WRKSRC= setiathome-1.1.i386-unknown-freebsd3.1 +DISTFILES= setiathome-1.2.i386-unknown-freebsd3.1.tar +WRKSRC= setiathome-1.2.i386-unknown-freebsd3.1 .elif ${OSVERSION} >= 228000 -DISTFILES= setiathome-1.1.i386-unknown-freebsd2.2.8.tar -WRKSRC= setiathome-1.1.i386-unknown-freebsd2.2.8 +DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.8.tar +WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.8 .elif ${OSVERSION} >= 227000 -DISTFILES= setiathome-1.1.i386-unknown-freebsd2.2.7.tar -WRKSRC= setiathome-1.1.i386-unknown-freebsd2.2.7 +DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.7.tar +WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.7 .elif ${OSVERSION} >= 226000 -DISTFILES= setiathome-1.1.i386-unknown-freebsd2.2.6.tar -WRKSRC= setiathome-1.1.i386-unknown-freebsd2.2.6 +DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar +WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.6 .else DISTFILES= .endif .if make(makesum) | defined(FETCH_ALL) -DISTFILES= setiathome-1.1.i386-unknown-freebsd2.2.6.tar \ - setiathome-1.1.i386-unknown-freebsd2.2.7.tar \ - setiathome-1.1.i386-unknown-freebsd2.2.8.tar \ - setiathome-1.1.i386-unknown-freebsd3.1.tar \ +DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar \ + setiathome-1.2.i386-unknown-freebsd2.2.7.tar \ + setiathome-1.2.i386-unknown-freebsd2.2.8.tar \ + setiathome-1.2.i386-unknown-freebsd3.1.tar \ + setiathome-1.2.i386-unknown-freebsd3.2.tar \ setiathome-1.1.i386-unknown-freebsd4.0.tar .endif |