diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /misc/astrolog | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index d9e95dc..4555a54 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -3,20 +3,19 @@ # http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/ # http://www.magitech.com/~cruiser1/astrolog.htm # -# Version required: 5.* # Date created: 31 July 1995 # Whom: faulkner@cactus.org # # $FreeBSD$ # -DISTNAME= ast54unx -PKGNAME= astrolog-5.40 +PORTNAME= astrolog +PORTVERSION= 5.40 CATEGORIES= misc MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ http://www.astrolog.org/ftp/ \ ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/ -EXTRACT_ONLY= ${DISTNAME}.shr +EXTRACT_ONLY= ast54unx.shr EPHEM= LRZ5_24 CHI_24 CPJV_24 DISTFILES= ${EXTRACT_ONLY} ${EPHEM} |