diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 18:20:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 18:20:50 +0800 |
commit | 01b1d581243da59cbeb87b406193fc29cd7e2b46 (patch) | |
tree | cbc8b5f401c6a1bade9a9b3f8d6993acdcb66637 /misc | |
parent | b3e28233fbd1a50fd74a8a3fbdb8eaba2777f981 (diff) | |
download | freebsd-ports-gnome-01b1d581243da59cbeb87b406193fc29cd7e2b46.tar.gz freebsd-ports-gnome-01b1d581243da59cbeb87b406193fc29cd7e2b46.tar.zst freebsd-ports-gnome-01b1d581243da59cbeb87b406193fc29cd7e2b46.zip |
Style police.
Diffstat (limited to 'misc')
-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 3ed658c770f6..bf50ac3cf27b 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 |