diff options
Diffstat (limited to 'misc/astrolog/Makefile')
-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 |