diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 12:50:25 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-09 12:50:25 +0000 |
commit | 3932f05eeca430735bfcf81b95229cdfb6d9356a (patch) | |
tree | 5275ceb47fb5b75d01daf8828782340d602dac12 /graphics/crw | |
parent | ac2bec9f3711a2ecbf24e174bd2f59040ea27fba (diff) | |
download | ports-3932f05eeca430735bfcf81b95229cdfb6d9356a.tar.gz ports-3932f05eeca430735bfcf81b95229cdfb6d9356a.zip |
Notes
Diffstat (limited to 'graphics/crw')
-rw-r--r-- | graphics/crw/Makefile | 5 |
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> |