pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/inetutils



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:05:28 UTC 2020

Modified Files:
        pkgsrc/net/inetutils: Makefile

Log Message:
net/inetutils: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/inetutils/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/inetutils/Makefile
diff -u pkgsrc/net/inetutils/Makefile:1.5 pkgsrc/net/inetutils/Makefile:1.6
--- pkgsrc/net/inetutils/Makefile:1.5   Sat Jan 18 23:33:16 2020
+++ pkgsrc/net/inetutils/Makefile       Sun May 31 15:05:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:33:16 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/31 15:05:28 rillig Exp $
 
 DISTNAME=      inetutils-1.9.4
 PKGREVISION=   2
@@ -15,8 +15,6 @@ AUTO_MKDIRS=          yes
 INFO_FILES=            yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --program-prefix=g
-CONFIGURE_ARGS+=       --with-path-bshell=${SH:Q}
-CONFIGURE_ARGS+=       --with-path-cp=${CP:Q}
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index