aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-08-05 05:50:02 +0800
committermarcus <marcus@FreeBSD.org>2007-08-05 05:50:02 +0800
commitbd01bed94a5b479ed2931d0213fa5a4cf3c66e51 (patch)
tree027896e5537bb5e07988607ca2c3d2fb1c1cc7bb /net-im
parent363ba1944de0f00836a46c8c20d18091499e9541 (diff)
downloadfreebsd-ports-gnome-bd01bed94a5b479ed2931d0213fa5a4cf3c66e51.tar.gz
freebsd-ports-gnome-bd01bed94a5b479ed2931d0213fa5a4cf3c66e51.tar.zst
freebsd-ports-gnome-bd01bed94a5b479ed2931d0213fa5a4cf3c66e51.zip
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