aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-08-12 00:40:51 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-08-12 00:40:51 +0000
commita2ee0433e740d1b9fb2358c6b3973ca578de62cc (patch)
tree1acbe581eb3279a7ea667242334ad9b8a42dfac7 /math
parent2133ae6ab17f86409e51d921a31a5601038fbebb (diff)
downloadports-a2ee0433e740d1b9fb2358c6b3973ca578de62cc.tar.gz
ports-a2ee0433e740d1b9fb2358c6b3973ca578de62cc.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/cln/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 9083011b887b..ef91ec8903b3 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -42,6 +42,9 @@ LDFLAGS= -L${LOCALBASE}/lib
BROKEN= Does not compile on sparc64 or ia64
.endif
+post-patch:
+ @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile.in
+
pre-build:
.if exists(${LOCALBASE}/lib/libcln.so.3)
BROKEN= Does not compile when older version is installed. Please pkg_delete old cln first