summaryrefslogtreecommitdiffstats
path: root/graphics/netpbm
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-03-29 11:06:22 +0000
committerdinoex <dinoex@FreeBSD.org>2008-03-29 11:06:22 +0000
commite7ab8131221b0440db6c5886479ab67cb58dd6bc (patch)
tree7683cd3d956b60795b12ee2f1903ed5a2dbb6b7b /graphics/netpbm
parent80287dad40cfe15369028bc97c3a377e87e01c9d (diff)
downloadFreeBSD-ports-e7ab8131221b0440db6c5886479ab67cb58dd6bc.zip
FreeBSD-ports-e7ab8131221b0440db6c5886479ab67cb58dd6bc.tar.gz
- clean X11BASE
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 7d248d8..a56cd87 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -65,9 +65,9 @@ CFLAGS+= -O0
.endif
pre-configure:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/pm_config.in.h
+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/pm_config.in.h
@${REINPLACE_CMD} -e 's|<shhopt.h>|<pm_shhopt.h>|g' ${WRKSRC}/lib/pm.h
@${REINPLACE_CMD} -e 's| jpeg2000||g' \
${WRKSRC}/converter/other/Makefile
OpenPOWER on IntegriCloud