summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-03-16 03:41:31 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-03-16 03:41:31 +0000
commit72f40f9ccfbdf525535e1a2eabf3f400005b1bf1 (patch)
tree8379b859f6b49ea8120f80c3aa7af1bfec759d5e
parent- Update WWW in pkg-descr to catch up the web site changes (diff)
- make pugs linkable with ghc 6.4
- it lacks libgmp in its ld path - so force it to look up ${PREFIX}/lib
Notes
Notes: svn path=/head/; revision=131367
-rw-r--r--lang/pugs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile
index 477a08ada4e6..03bd75cd30dc 100644
--- a/lang/pugs/Makefile
+++ b/lang/pugs/Makefile
@@ -31,6 +31,10 @@ post-configure:
-e '/^INSTALLARCHLIB/s,${PREFIX}/lib,${PREFIX}/lib/perl6/mach,' \
${WRKSRC}/Makefile
+post-patch:
+ @${REINPLACE_CMD} -e '/-isrc$$/s,-isrc,-isrc -L${PREFIX}/lib,' \
+ ${WRKSRC}/Makefile.PL
+
.if !defined(NOPORTDOCS)
EXDIR= ${WRKSRC}/examples
post-install: