aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-09 12:50:25 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-09 12:50:25 +0000
commit3932f05eeca430735bfcf81b95229cdfb6d9356a (patch)
tree5275ceb47fb5b75d01daf8828782340d602dac12 /graphics
parentac2bec9f3711a2ecbf24e174bd2f59040ea27fba (diff)
downloadports-3932f05eeca430735bfcf81b95229cdfb6d9356a.tar.gz
ports-3932f05eeca430735bfcf81b95229cdfb6d9356a.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/crw/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile
index 8d0fd7457ab3..a35762c0264c 100644
--- a/graphics/crw/Makefile
+++ b/graphics/crw/Makefile
@@ -19,4 +19,9 @@ MAN1= crw.1
MANCOMPRESSED= yes
PLIST_FILES= bin/crw
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \
+ -e 's,/usr/local/include,${LOCALBASE}/include,' \
+ ${WRKSRC}/Makefile
+
.include <bsd.port.mk>