diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /misc/astrolog | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 4555a54fb61b..6f228ab2b750 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -9,25 +9,25 @@ # $FreeBSD$ # -PORTNAME= astrolog +PORTNAME= astrolog PORTVERSION= 5.40 -CATEGORIES= misc -MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ +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= ast54unx.shr -EPHEM= LRZ5_24 CHI_24 CPJV_24 -DISTFILES= ${EXTRACT_ONLY} ${EPHEM} +EXTRACT_ONLY= ast54unx.shr +EPHEM= LRZ5_24 CHI_24 CPJV_24 +DISTFILES= ${EXTRACT_ONLY} ${EPHEM} -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org USE_XLIB= yes -EXTRACT_CMD= ${SH} +EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty -DIST_SUBDIR= astrolog -ALL_TARGET= astrolog -NO_WRKSUBDIR= Yes +DIST_SUBDIR= astrolog +ALL_TARGET= astrolog +NO_WRKSUBDIR= yes do-install: -@${MKDIR} ${PREFIX}/lib/astrolog |