diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 10:20:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 10:20:50 +0000 |
commit | 01b1d581243da59cbeb87b406193fc29cd7e2b46 (patch) | |
tree | cbc8b5f401c6a1bade9a9b3f8d6993acdcb66637 /misc/astrolog | |
parent | b3e28233fbd1a50fd74a8a3fbdb8eaba2777f981 (diff) | |
download | FreeBSD-ports-01b1d581243da59cbeb87b406193fc29cd7e2b46.zip FreeBSD-ports-01b1d581243da59cbeb87b406193fc29cd7e2b46.tar.gz |
Style police.
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 3ed658c..bf50ac3 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -7,21 +7,20 @@ # Date created: 31 July 1995 # Whom: faulkner@cactus.org # -# $Id: Makefile,v 1.6 1996/12/03 04:07:24 asami Exp $ +# $Id: Makefile,v 1.7 1997/01/13 22:56:39 ache Exp $ # -PKGNAME= astrolog-5.30 DISTNAME= ast53src -EXTRACT_SUFX= .zip +PKGNAME= astrolog-5.30 CATEGORIES= misc MASTER_SITES= http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/ DISTFILES= ${EXTRACT_ONLY} ast53dos.zip -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_ONLY= ${DISTNAME}.zip EXTRACT_CMD= unzip EXTRACT_ARGS= -oqLaa DIST_SUBDIR= astrolog |