diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-18 22:57:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-18 22:57:28 +0000 |
commit | 677820188c933c8ea8ba3a8348366a14982e5761 (patch) | |
tree | a61183d85639600b6e116699a0ed684244c244fc /astro | |
parent | Port to amd64. (diff) |
Reassign maintainership to the former maintainer.
Welcome back, Serge!
Approved by: mat
Notes
Notes:
svn path=/head/; revision=104552
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xrmap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index ea4c6edd5336..1e8be3f27b93 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -14,19 +14,19 @@ DISTFILES= ${XRMAPFILE} ${DISTFILE} \ pdfmaps-1.1.tar.gz ${CIAFILE} EXTRACT_ONLY= ${XRMAPFILE} -MAINTAINER= thierry@pompo.net +MAINTAINER= gagnon_s@sympatico.ca COMMENT= Map portions of the earth from a given longitude/latitude USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes USE_REINPLACE= yes - XMKMF= xmkmf +XMKMF= xmkmf -MAN1= xrmap.1 +MAN1= xrmap.1 CIAFILE= CIA_WDB2.jpd.gz -XRMAPFILE= xrmap-2.29.tar.bz2 +XRMAPFILE= xrmap-${PORTVERSION}.tar.bz2 DISTFILE= anthems-1.1.tar.bz2 \ factbook_text_2002.tar.bz2 factbook_html_2002.tar.bz2 \ flags-1.1.tar.bz2 hymns-1.2.tar.bz2 |