diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 08:04:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 08:04:09 +0000 |
commit | b12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa (patch) | |
tree | ceb7fcad053357e9700128e96388cdd1ba034e10 /x11-toolkits | |
parent | 2fb6912d77ce8f7d3c60627e2718802947d76640 (diff) | |
download | ports-b12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa.tar.gz ports-b12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index 71c116823756..bf020f510cf5 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -36,6 +36,6 @@ IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ - 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST} + 's,^,${MAN3PREFIX:S,^${TARGETDIR}/,,}/man/man3/,' >> ${TMPPLIST} .include <bsd.port.post.mk> |