summaryrefslogtreecommitdiff
path: root/x11/xephem
diff options
context:
space:
mode:
authorgdt <gdt>2006-06-23 11:59:53 +0000
committergdt <gdt>2006-06-23 11:59:53 +0000
commit49eee51847f1861feb41f7e706846ed188ae7652 (patch)
treec6066ac14ad8a42344f88083786b085ccfaa4dc5 /x11/xephem
parent7e54e04230aa28ab7466fe0ab8b101dc3d55daf0 (diff)
downloadpkgsrc-49eee51847f1861feb41f7e706846ed188ae7652.tar.gz
REPLACE_INTERPRETER+= perl
PKGREVISION++
Diffstat (limited to 'x11/xephem')
-rw-r--r--x11/xephem/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 2c588bd1d85..56e37a028e2 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2006/05/11 15:07:24 gdt Exp $
+# $NetBSD: Makefile,v 1.40 2006/06/23 11:59:53 gdt Exp $
DISTNAME= xephem-3.7.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \
ftp://iphcip1.physik.uni-mainz.de/pub/xephem/
@@ -31,6 +32,11 @@ USE_TOOLS+= gmake perl:run
BUILD_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q}
+REPLACE_INTERPRETER+= perl
+REPLACE.perl.old= .*/bin/perl
+REPLACE.perl.new= ${PREFIX}/bin/perl
+REPLACE_FILES.perl= auxil/astorb2edb.pl auxil/mpcorb2edb.pl
+
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
.endif