summaryrefslogtreecommitdiffstats
path: root/net-im/libpurple/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-05 05:52:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-05 05:52:26 +0800
commit648ca00a751445cdfaf6a5ace224e72542898186 (patch)
treefdbf47c77a8f221b71be9936cc6dc1fcaf336753 /net-im/libpurple/Makefile
parent4a543dc64e0b0e0a03f6438934452fc8f849c676 (diff)
downloadmarcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar.gz
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar.bz2
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar.lz
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar.xz
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.tar.zst
marcuscom-ports-648ca00a751445cdfaf6a5ace224e72542898186.zip
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9348 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r--net-im/libpurple/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index c4eb9e3b6..a962cc7fa 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,12 +3,12 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libpurple/Makefile,v 1.21 2007/06/17 04:37:19 marcus Exp $
+# $MCom: ports/net-im/libpurple/Makefile,v 1.22 2007/07/01 16:18:38 mezz Exp $
#
PORTNAME?= libpurple
-PORTVERSION= 2.0.2
-PORTREVISION?= 3
+PORTVERSION= 2.1.0
+PORTREVISION?= 1
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin
@@ -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