summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2015-01-14 08:33:27 +0000
committertron <tron@pkgsrc.org>2015-01-14 08:33:27 +0000
commit9b2cd1e4f2de902a92a245d4424e177e7459f128 (patch)
treea19e59224f165d2897a1ebc8e977cb13466f5a12
parentd14e3bfee481cebfc9c0050403422d4bc86fdb01 (diff)
downloadpkgsrc-9b2cd1e4f2de902a92a245d4424e177e7459f128.tar.gz
Pullup ticket #4588 - requested by is
graphics/netpbm: bug fix patch Revisions pulled up: - graphics/netpbm/Makefile 1.199-1.200 --- Module Name: pkgsrc Committed By: is Date: Mon Jan 12 11:44:09 UTC 2015 Modified Files: pkgsrc/graphics/netpbm: Makefile Log Message: new rgb.txt location finding code requires new SUBST. This is incomplete in that the X11 locations should probably be patched, too; OTOH, the netpbm rgb.txt is found now, and the environment variable RGBDEF works also. --- Module Name: pkgsrc Committed By: is Date: Mon Jan 12 11:47:59 UTC 2015 Modified Files: pkgsrc/graphics/netpbm: Makefile Log Message: forgot to bump revision
-rw-r--r--graphics/netpbm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 5fc2538b1f1..f9dbc04975e 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.198 2014/11/23 16:12:10 wiz Exp $
+# $NetBSD: Makefile,v 1.198.2.1 2015/01/14 08:33:27 tron Exp $
DISTNAME= netpbm-10.68.02
CATEGORIES= graphics
MASTER_SITES= #
+PKGREVISION= 1
# manually created from svn checkout of
# svn checkout http://svn.code.sf.net/p/netpbm/code/advanced netpbm
# tar --exclude netpbm/.svn/\* -cvzf /archive/distfiles/netpbm-$VERSION.tar.gz netpbm
@@ -41,7 +42,7 @@ WRAPPER_REORDER_CMDS+= reorder:l:rle:netpbm
SUBST_CLASSES+= rgb_txt
SUBST_STAGE.rgb_txt= post-patch
SUBST_MESSAGE.rgb_txt= Configure RGB_TXT
-SUBST_FILES.rgb_txt= pm_config.in.h
+SUBST_FILES.rgb_txt= config.mk
SUBST_SED.rgb_txt+= -e 's,/usr/share/netpbm/rgb.txt,${PREFIX}/share/netpbm/rgb.txt,'
.include "../../mk/bsd.prefs.mk"