pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/apr
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 18 08:58:20 UTC 2023
Modified Files:
pkgsrc/devel/apr: Makefile
Log Message:
apr: use REPLACE_SH on Solaris, per jperkin recommendation
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/apr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/apr/Makefile
diff -u pkgsrc/devel/apr/Makefile:1.90 pkgsrc/devel/apr/Makefile:1.91
--- pkgsrc/devel/apr/Makefile:1.90 Tue Apr 18 08:47:53 2023
+++ pkgsrc/devel/apr/Makefile Tue Apr 18 08:58:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2023/04/18 08:47:53 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2023/04/18 08:58:20 wiz Exp $
#
# Take care, changelogs often include "PR 12345" strings
# which cause GNATS indigestion.
@@ -27,8 +27,7 @@ TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-USE_TOOLS+= bash:run
-REPLACE_BASH+= apr-config.in
+REPLACE_SH+= apr-config.in
.endif
post-install:
Home |
Main Index |
Thread Index |
Old Index