diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-16 03:41:31 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-16 03:41:31 +0000 |
commit | 72f40f9ccfbdf525535e1a2eabf3f400005b1bf1 (patch) | |
tree | 8379b859f6b49ea8120f80c3aa7af1bfec759d5e /lang | |
parent | 90da7703951edb7a50035d379ae0a230182fa1cb (diff) | |
download | ports-72f40f9ccfbdf525535e1a2eabf3f400005b1bf1.tar.gz ports-72f40f9ccfbdf525535e1a2eabf3f400005b1bf1.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pugs/Makefile | 4 |
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: |