diff options
-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 de55c759b16b..cb57ec9b6af2 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 |