summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authoris <is>2015-01-12 11:44:09 +0000
committeris <is>2015-01-12 11:44:09 +0000
commit88de64820f6670e3b5ba751f7f8705f7ac52e07a (patch)
treeded6ccb687e7fc639f1d56e3af902d88c9de4626 /graphics/netpbm
parent009d50e4b0088f3e860ca6c4d9d180b27c334185 (diff)
downloadpkgsrc-88de64820f6670e3b5ba751f7f8705f7ac52e07a.tar.gz
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.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 5fc2538b1f1..74cc8fe3a43 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2014/11/23 16:12:10 wiz Exp $
+# $NetBSD: Makefile,v 1.199 2015/01/12 11:44:09 is Exp $
DISTNAME= netpbm-10.68.02
CATEGORIES= graphics
@@ -41,7 +41,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"