diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-21 00:22:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-21 00:22:00 +0800 |
commit | a65eeb03f234b01f107efddb818cb6190ea60277 (patch) | |
tree | 29243fd74e22ca751d6da821c945984fd3ac725a /net-im | |
parent | e57a1b40b24710a1b82c9dca570d05d1249147e0 (diff) | |
download | marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar.gz marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar.bz2 marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar.lz marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar.xz marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.tar.zst marcuscom-ports-a65eeb03f234b01f107efddb818cb6190ea60277.zip |
Fix a mis-merge from net-im/gaim, and correct the man PREFIX for the Gaim.3
man page.
Reported by: Yuri Pankov <yuri.pankov@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7333 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim-devel/Makefile | 3 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/gaim-devel/Makefile b/net-im/gaim-devel/Makefile index e50930a9b..d8df0d7a2 100644 --- a/net-im/gaim-devel/Makefile +++ b/net-im/gaim-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net-im/gaim-devel/Makefile,v 1.1 2006/09/17 05:05:19 marcus Exp $ # PORTNAME= gaim @@ -101,6 +101,7 @@ PLIST_SUB+= DBUS="@comment not installed: " USE_PERL5= yes CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3+= Gaim.3 .else CONFIGURE_ARGS+= --disable-perl diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index e50930a9b..d8df0d7a2 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -3,7 +3,7 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net-im/gaim-devel/Makefile,v 1.1 2006/09/17 05:05:19 marcus Exp $ # PORTNAME= gaim @@ -101,6 +101,7 @@ PLIST_SUB+= DBUS="@comment not installed: " USE_PERL5= yes CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3+= Gaim.3 .else CONFIGURE_ARGS+= --disable-perl |