pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xephem



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Jun 28 00:57:20 UTC 2026

Modified Files:
        pkgsrc/x11/xephem: Makefile

Log Message:
x11/xephem: Drop 2nd copy of fixing perl path

We had both REPLACE_PERL and a hand-written SUBST to do that, surely
from long ago.  Just use REPLACE_PERL; that's what it's for.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/x11/xephem/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xephem/Makefile
diff -u pkgsrc/x11/xephem/Makefile:1.85 pkgsrc/x11/xephem/Makefile:1.86
--- pkgsrc/x11/xephem/Makefile:1.85     Sun Jun 28 00:51:58 2026
+++ pkgsrc/x11/xephem/Makefile  Sun Jun 28 00:57:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2026/06/28 00:51:58 gdt Exp $
+# $NetBSD: Makefile,v 1.86 2026/06/28 00:57:20 gdt Exp $
 
 VERSION=       4.2.0
 PKGREVISION=   2
@@ -30,14 +30,8 @@ MAKE_ENV+=           X11_LDFLAGS=${X11_LDFLAGS:Q}
 
 LDFLAGS.SunOS+=                -lnsl -lsocket
 
-# \todo Evaluate and perhaps modernize this section.
 REPLACE_PERL+=         ${BUILD_DIRS}/auxil/*.pl
 
-REPLACE_INTERPRETER+=  perl
-REPLACE.perl.old=      .*/bin/perl
-REPLACE.perl.new=      ${PREFIX}/bin/perl
-REPLACE_FILES.perl=    auxil/astorb2edb.pl auxil/mpcorb2edb.pl
-
 INSTALLATION_DIRS=     bin lib/X11/app-defaults share/xephem/tools \
                        ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index