diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 06:46:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 06:46:14 +0000 |
commit | 44886df10e45400e32d3df9c7bb4ad0b717a9693 (patch) | |
tree | 97ed8fd2e636328979a11b4cf863580fa8663b60 /astro/setiathome | |
parent | b29eeaf83cd144d45b790e16d362d9814e215364 (diff) | |
download | FreeBSD-ports-44886df10e45400e32d3df9c7bb4ad0b717a9693.zip FreeBSD-ports-44886df10e45400e32d3df9c7bb4ad0b717a9693.tar.gz |
Oops, missed an extra PKGNAME hiding down there.
Diffstat (limited to 'astro/setiathome')
-rw-r--r-- | astro/setiathome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index de55c75..cb57ec9b 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -1,5 +1,4 @@ # Ports collection makefile for: setiathome -# Version required: 1.2 # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # @@ -26,9 +25,9 @@ MAN1= setiathome.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400000 +PORTVERSION= 1.1 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 |