diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
commit | 3fa549eadd3b26ab4cccf88cec48afd7de8338ed (patch) | |
tree | 84caada910a1f0ced6c4be3fa5c5323a2aeba7c1 /devel | |
parent | 296c4b2f6cb0c6f837bd425644942215d2a21010 (diff) | |
download | marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.gz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.bz2 marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.lz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.xz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.zst marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.zip |
-Remove the --mandir, taken care by gnomeprefix.
-Use MANPREFIX.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 4 | ||||
-rw-r--r-- | devel/gtranslator/Makefile | 5 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index cb3827dad..1f7126d67 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.81 2007/03/06 17:05:38 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.83 2007/06/23 17:15:07 mezz Exp $ # PORTNAME= gconf2 @@ -31,7 +31,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ - --mandir=${PREFIX}/man + --mandir=${MANPREFIX}/man # --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 84cbb30eb..f48e3a8ed 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/gtranslator/Makefile,v 1.11 2007/06/29 23:05:25 mezz Exp $ # PORTNAME= gtranslator @@ -28,8 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnuregex" CONFIGURE_ARGS= --disable-debug \ - --enable-compile-warnings=no \ - --mandir=${PREFIX}/man + --enable-compile-warnings=no MAN1= gtranslator.1 pozilla.sh.1 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 41b6cb436..65a25326e 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD: ports/devel/libbonobo/Makefile,v 1.55 2007/05/19 20:03:04 flz Exp $ -# $MCom: ports/devel/libbonobo/Makefile,v 1.58 2007/03/12 17:59:36 marcus Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.60 2007/06/22 23:48:50 marcus Exp $ # PORTNAME= libbonobo @@ -32,7 +32,7 @@ USE_PERL5= yes USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc \ - --mandir=${PREFIX}/man + --mandir=${MANPREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale |