diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2012-02-26 09:29:00 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2012-02-26 09:29:00 +0000 |
commit | 847d1ffda4ab03775b6e285a1ff9d06a1367977f (patch) | |
tree | f5603b6025a56c793acca0836588052b2686a324 /misc/astrolog | |
parent | 98228699b13906cd02467a4c9cc7b1c3d992492c (diff) | |
download | ports-847d1ffda4ab03775b6e285a1ff9d06a1367977f.tar.gz ports-847d1ffda4ab03775b6e285a1ff9d06a1367977f.zip |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 646d85596d33..8dd6099105da 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -7,20 +7,20 @@ # PORTNAME= astrolog -PORTVERSION= 5.41g -CATEGORIES= misc astro -MASTER_SITES= ftp://ftp.astro.com/pub/swisseph/ephe/archive_gzip/:ephe \ +PORTVERSION= 5.41g +CATEGORIES= misc astro +MASTER_SITES= ftp://ftp.astro.com/pub/swisseph/ephe/archive_gzip/:ephe \ http://astrolog.offline.ee/astrolog/changed/:dist -DISTFILES= a541gsrc.tar.gz:dist ${EPHE} +DISTFILES= a541gsrc.tar.gz:dist ${EPHE} MAINTAINER= ports@FreeBSD.org COMMENT= An astrology program for X11 and alpha-numeric terminals # Swiss Ephemeris GPLv2 licensed, see # http://www.astro.com/ftp/swisseph/LICENSE.TXT -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2 # (or later) -EPHE= sweph_00.tar.gz:ephe sweph_06.tar.gz:ephe \ +EPHE= sweph_00.tar.gz:ephe sweph_06.tar.gz:ephe \ sweph_12.tar.gz:ephe sweph_18.tar.gz:ephe \ sweph_24.tar.gz:ephe sweph_30.tar.gz:ephe \ sweph_36.tar.gz:ephe sweph_42.tar.gz:ephe \ @@ -36,10 +36,10 @@ MAKE_ARGS= -DX11 .endif DIST_SUBDIR= astrolog ALL_TARGET= astrolog -MAKEFILE= makefile +MAKEFILE= makefile NO_WRKSUBDIR= yes -DOCS= helpfile.540 readme.541 changes.txt +DOCS= helpfile.540 readme.541 changes.txt do-install: -@${MKDIR} ${PREFIX}/lib/astrolog |