diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 03:33:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 03:33:52 +0800 |
commit | e7497e38fdf26105de1d0b53ab89f957f6388ad2 (patch) | |
tree | b3cf4408e96a3faeb0397a150115c6af3dc0c961 | |
parent | 496a338edf57d79a9ca34cafb3842aa06bff179a (diff) | |
download | marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar.gz marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar.bz2 marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar.lz marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar.xz marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.tar.zst marcuscom-ports-e7497e38fdf26105de1d0b53ab89f957f6388ad2.zip |
No longer need the --mandir=${PREFIX}/man, which it's take care by gnomepreifx.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8277 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-wm/metacity/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index dc5d350b2..6d7581205 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,7 +3,7 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.96 2006/12/11 19:09:19 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.97 2007/01/17 05:54:43 marcus Exp $ # PORTNAME= metacity @@ -26,8 +26,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack gnomehack gconf2 USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-render \ - --mandir=${PREFIX}/man +CONFIGURE_ARGS= --enable-render CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" |