diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:22:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:22:01 +0000 |
commit | 04bbceac8727972f87d989535e389515e2dcfd58 (patch) | |
tree | 62a53940ceb3810f8b7c9e168b13bf94b3b37caa /astro/setiathome/Makefile | |
parent | Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of defining (diff) |
Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted
along with the rest of (Houston) astro's.
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 206ce72fd113..de55c759b16b 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -PKGNAME= setiathome-1.2 +PORTNAME= setiathome +PORTVERSION= 1.2 CATEGORIES= astro MASTER_SITES= http://setiathome.ssl.berkeley.edu/software/ \ ftp://ftp.cdrom.com/pub/setiathome/ \ |