summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-04 21:50:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-04 21:50:02 +0000
commitf3197b57d22c1e7bfd7d39b8b9474908342e97a9 (patch)
tree449c778941a6f4ae83a47897b5418dc1e4d94628 /net-im
parentChase the libpurple shared lib version. (diff)
Restore DESTDIR backout.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index f741dbdc1b14..976cb0792bb1 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -182,7 +182,7 @@ USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl-lib=site
PLIST_SUB+= PERL:=""
.if !defined(PIDGIN_SLAVE)
-MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3+= Purple.3
.endif
.else