pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dhcpd-pools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 28 04:29:01 UTC 2020

Modified Files:
        pkgsrc/net/dhcpd-pools: Makefile

Log Message:
net/dhcpd-pools: remove outdated SUBST block

program_invocation_short_name has been removed in version 2.15.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/dhcpd-pools/Makefile

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

Modified files:

Index: pkgsrc/net/dhcpd-pools/Makefile
diff -u pkgsrc/net/dhcpd-pools/Makefile:1.16 pkgsrc/net/dhcpd-pools/Makefile:1.17
--- pkgsrc/net/dhcpd-pools/Makefile:1.16        Fri Mar 20 11:58:05 2020
+++ pkgsrc/net/dhcpd-pools/Makefile     Tue Apr 28 04:29:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/20 11:58:05 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/28 04:29:01 rillig Exp $
 
 DISTNAME=      dhcpd-pools-2.27
 PKGREVISION=   3
@@ -20,12 +20,6 @@ BUILD_DEFS+=         VARBASE
 REPLACE_PERL=          contrib/snmptest.pl
 USE_TOOLS+=            perl:run
 
-SUBST_CLASSES+=                fix-name
-SUBST_STAGE.fix-name=  pre-configure
-SUBST_MESSAGE.fix-name=        Removing program_invocation_short_name.
-SUBST_FILES.fix-name=  src/dhcpd-pools.c src/other.c src/sort.c
-SUBST_SED.fix-name=    -e 's,program_invocation_short_name,"dhcpd-pools",g'
-
 LDFLAGS.SunOS+=        -lnsl
 
 .include "../../devel/uthash/buildlink3.mk"



Home | Main Index | Thread Index | Old Index