pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/netpbm



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Feb 20 07:04:54 UTC 2018

Modified Files:
        pkgsrc/graphics/netpbm: Makefile

Log Message:
Use REPLACE_SH on buildtools/stamp-date so it gets a shell that works on
Solaris. PR 55241


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 pkgsrc/graphics/netpbm/Makefile

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

Modified files:

Index: pkgsrc/graphics/netpbm/Makefile
diff -u pkgsrc/graphics/netpbm/Makefile:1.216 pkgsrc/graphics/netpbm/Makefile:1.217
--- pkgsrc/graphics/netpbm/Makefile:1.216       Thu Jan 25 10:29:21 2018
+++ pkgsrc/graphics/netpbm/Makefile     Tue Feb 20 07:04:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.216 2018/01/25 10:29:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.217 2018/02/20 07:04:54 dholland Exp $
 
 DISTNAME=      netpbm-10.79.04
 CATEGORIES=    graphics
@@ -36,6 +36,7 @@ REPLACE_PERL+=        editor/ppmquant
 REPLACE_PERL+= editor/ppmshadow
 REPLACE_PERL+= generator/ppmrainbow
 REPLACE_PERL+= manweb
+REPLACE_SH+=   buildtools/stamp-date
 STAGEDIR=      ${WRKDIR}/staging
 WRKSRC=                ${WRKDIR}/netpbm
 



Home | Main Index | Thread Index | Old Index