diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:18:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:18:23 +0800 |
commit | 7254146237eb4737c0d735d5066249e7674e9869 (patch) | |
tree | 609f070e5fbdf20a868c6def7912d32c6af2a31e /x11/gnome-desktop/Makefile | |
parent | 784be5137ac784885a51c98a64bd54df09d17665 (diff) | |
download | marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar.gz marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar.bz2 marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar.lz marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar.xz marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.tar.zst marcuscom-ports-7254146237eb4737c0d735d5066249e7674e9869.zip |
Whack myself upside the head, and fix this port so that files are installed
into the correct location by making use of the new gnomedocutils framework.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4315 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index d53b74921..a29ad2afe 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomedesktop/Makefile,v 1.66 2005/07/13 10:25:28 ahze Exp $ +# $MCom: ports/x11/gnomedesktop/Makefile,v 1.67 2005/07/25 22:55:53 marcus Exp $ # PORTNAME= gnomedesktop PORTVERSION= 2.11.90 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-desktop/2.11 @@ -21,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_BISON= yes |