aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 08:04:09 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 08:04:09 +0000
commitb12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa (patch)
treeceb7fcad053357e9700128e96388cdd1ba034e10 /x11-toolkits
parent2fb6912d77ce8f7d3c60627e2718802947d76640 (diff)
downloadports-b12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa.tar.gz
ports-b12e36139a1976e7fb17d1bb4d8f1d5f3986d0fa.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Gtk2/Makefile2
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>