diff options
-rw-r--r-- | Mk/bsd.gnome.mk | 5 | ||||
-rw-r--r-- | audio/libao/Makefile | 1 | ||||
-rw-r--r-- | audio/solfege/Makefile | 5 | ||||
-rw-r--r-- | converters/libiconv/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gdesklets/Makefile | 1 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 5 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 5 | ||||
-rw-r--r-- | devel/libgtop/Makefile | 5 | ||||
-rw-r--r-- | games/gcompris/Makefile | 1 | ||||
-rw-r--r-- | graphics/gthumb/Makefile | 1 | ||||
-rw-r--r-- | misc/shared-mime-info/Makefile | 3 | ||||
-rw-r--r-- | www/bluefish/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 |
13 files changed, 15 insertions, 28 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 6217d4e39..13ffc395a 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.424 2007/07/03 17:44:07 mezz Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.425 2007/07/11 16:22:26 mezz Exp $ # # Please view me with 4 column tabs! @@ -99,8 +99,7 @@ gnomeprefix_CONFIGURE_ENV=GTKDOC="false" gnomeprefix_CONFIGURE_ARGS=--localstatedir=${DESTDIR}${GNOME_LOCALSTATEDIR} \ --with-html-dir=${DESTDIR}${GNOME_HTML_DIR} \ --disable-gtk-doc \ - --with-gconf-source=${GCONF_CONFIG_SOURCE} \ - --mandir=${MANPREFIX}/man + --with-gconf-source=${GCONF_CONFIG_SOURCE} gnomeprefix_USE_GNOME_IMPL=gnomehier .if !defined(WITHOUT_HACK) gnomeprefix_PREFIX=${LOCALBASE} diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 3f356292b..46eb6d71f 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtool:15 WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir="${PREFIX}/man" INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c1acc3130..863408879 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -4,7 +4,7 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/audio/solfege/Makefile,v 1.3 2007/05/30 17:08:11 mezz Exp $ +# $MCom: ports/audio/solfege/Makefile,v 1.4 2007/06/29 22:55:02 mezz Exp $ # PORTNAME= solfege @@ -27,8 +27,7 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ - --disable-oss-sound \ +CONFIGURE_ARGS= --disable-oss-sound \ --enable-docbook-stylesheet=${STYLESHEET} MAKE_ARGS= skipmanual=yes diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 302384be0..48c6fcd72 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -21,7 +21,6 @@ USE_GNOME= gnometarget LIBTOOLFILES= configure libcharset/configure CONFIGURE_ARGS= --enable-static \ --without-libintl-prefix \ - --mandir=${MANPREFIX}/man \ --docdir=${DOCSDIR} USE_LDCONFIG= yes CONFIGURE_ENV= gl_cv_cc_visibility="no" diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile index 190f89b44..7b2b3323e 100644 --- a/deskutils/gdesklets/Makefile +++ b/deskutils/gdesklets/Makefile @@ -43,7 +43,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --mandir=${PREFIX}/man/ post-install: @${MKDIR} ${PREFIX}/share/gdesklets/Displays diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 1f7126d67..ba76fea4e 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.83 2007/06/23 17:15:07 mezz Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.84 2007/07/04 15:52:37 mezz Exp $ # PORTNAME= gconf2 @@ -30,8 +30,7 @@ USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc \ - --mandir=${MANPREFIX}/man + --disable-gtk-doc # --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 65a25326e..c078b5fe8 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.60 2007/06/22 23:48:50 marcus Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.61 2007/07/04 15:52:37 mezz Exp $ # PORTNAME= libbonobo @@ -31,8 +31,7 @@ GNU_CONFIGURE= yes USE_PERL5= yes USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc \ - --mandir=${MANPREFIX}/man + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 984ac8b70..325e57c97 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.19 2007/06/30 16:52:21 marcus Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.20 2007/07/10 11:47:39 ahze Exp $ # PORTNAME= libgtop @@ -26,8 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack intlhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --infodir=${PREFIX}/info \ - --disable-gtk-doc \ +CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 339637993..97c5542d4 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -33,7 +33,6 @@ GNU_CONFIGURE= yes USE_PYTHON= yes USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 -CONFIGURE_ARGS= --infodir=${PREFIX}/info CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS} -lm" diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 0be10c02c..7546dc2a6 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -27,7 +27,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 3713ecdfb..d005d2bf9 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -3,7 +3,7 @@ # Whom: olgeni@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/misc/shared-mime-info/Makefile,v 1.8 2007/05/30 04:26:58 mezz Exp $ +# $MCom: ports/misc/shared-mime-info/Makefile,v 1.9 2007/07/04 15:52:38 mezz Exp $ # PORTNAME= shared-mime-info @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 libxml2 intltool gnomehack intlhack -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index fa51b81dc..e1857dbfd 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <einekoai@chello.nl> # # $FreeBSD$ -# $MCom: ports/www/bluefish/Makefile,v 1.3 2007/04/30 17:08:53 ahze Exp $ +# $MCom: ports/www/bluefish/Makefile,v 1.4 2007/05/19 21:36:25 marcus Exp $ # PORTNAME= bluefish @@ -37,8 +37,7 @@ CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ --without-gnome2_4-mime \ --without-gnome2_4-appreg \ - --with-icon-path=${PREFIX}/share/pixmaps \ - --mandir=${MANPREFIX}/man + --with-icon-path=${PREFIX}/share/pixmaps # Turns debugging output on .if defined(WITH_DEBUG) diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 6460c57e4..381d24535 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.103 2007/07/02 20:50:58 marcus Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.104 2007/07/04 15:52:39 mezz Exp $ # PORTNAME= pango @@ -33,8 +33,7 @@ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ - --enable-static \ - --mandir=${MANPREFIX}/man + --enable-static # Hmm.. tough one. Found this one when I had graphics/hdf installed # (which installs glist.h) which is picked up before the glib-2.0 # stuff, with Bad Results[tm] |