pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-DNS-SEC



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 20:48:35 UTC 2020

Modified Files:
        pkgsrc/security/p5-Net-DNS-SEC: Makefile

Log Message:
security/p5-Net-DNS-SEC: remove no-op SUBST block

There is no chance that line 1 contains an include argument, after being
sent through REPLACE_PERL. And even then, including a relative path would
not make sense.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/p5-Net-DNS-SEC/Makefile

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

Modified files:

Index: pkgsrc/security/p5-Net-DNS-SEC/Makefile
diff -u pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.48 pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.49
--- pkgsrc/security/p5-Net-DNS-SEC/Makefile:1.48        Sun Jan 26 17:32:05 2020
+++ pkgsrc/security/p5-Net-DNS-SEC/Makefile     Sun Mar 22 20:48:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2020/01/26 17:32:05 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2020/03/22 20:48:34 rillig Exp $
 
 DISTNAME=              Net-DNS-SEC-1.12
 PKGNAME=               p5-${DISTNAME}
@@ -27,11 +27,6 @@ EGSUBDIR=            share/examples/${PKGBASE}
 
 INSTALLATION_DIRS+=    ${DOCSUBDIR} ${EGSUBDIR}
 
-SUBST_CLASSES+=                p5nds
-SUBST_STAGE.p5nds=     post-install
-SUBST_FILES.p5nds=     demo/getkeyset
-SUBST_SED.p5nds=       -e "1s,-I./blib/lib,,"
-
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README  ${DESTDIR}${PREFIX}/${DOCSUBDIR}
 .for f in getkeyset key2ds make-signed-keyset



Home | Main Index | Thread Index | Old Index