summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-04 23:52:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-04 23:52:39 +0800
commit3fa549eadd3b26ab4cccf88cec48afd7de8338ed (patch)
tree84caada910a1f0ced6c4be3fa5c5323a2aeba7c1 /x11
parent296c4b2f6cb0c6f837bd425644942215d2a21010 (diff)
downloadmarcuscom-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 'x11')
-rw-r--r--x11/gdm/Makefile5
-rw-r--r--x11/gnome-session/Makefile3
-rw-r--r--x11/zenity/Makefile3
3 files changed, 4 insertions, 7 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 97f759777..c1773b78d 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.68 2007/06/13 16:26:44 mezz Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.69 2007/06/18 23:48:55 marcus Exp $
#
PORTNAME= gdm
@@ -32,8 +32,7 @@ USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \
gnomeprefix
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man \
- --with-console-kit=no
+CONFIGURE_ARGS= --with-console-kit=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTKDOC="false"
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 8fd768f95..6dec1740a 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-session/Makefile,v 1.117 2007/06/05 11:30:28 ahze Exp $
+# $MCom: ports/x11/gnome-session/Makefile,v 1.118 2007/06/18 12:49:46 ahze Exp $
#
PORTNAME= gnome-session
@@ -33,7 +33,6 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
GNOME_DESKTOP_VERSION=2
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 43a722144..c8bb138db 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -3,7 +3,7 @@
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
-# $MCom: ports/x11/zenity/Makefile,v 1.81 2007/05/15 22:29:51 marcus Exp $
+# $MCom: ports/x11/zenity/Makefile,v 1.82 2007/05/19 21:36:30 marcus Exp $
#
PORTNAME= zenity
@@ -27,7 +27,6 @@ USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"