diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:46:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:46:14 +0000 |
commit | 26723a9c570b267d21c0d4893f5ad27eaf42c936 (patch) | |
tree | 4787d6b692ce32bdb4ffc2bf249dec84a1e8b371 /astro | |
parent | 2af857df77e6e1a0218253fc0a6e9e4df29747cb (diff) | |
download | ports-26723a9c570b267d21c0d4893f5ad27eaf42c936.tar.gz ports-26723a9c570b267d21c0d4893f5ad27eaf42c936.zip |
Notes
Diffstat (limited to 'astro')
-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 |