diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:25:50 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:25:50 +0800 |
commit | 676b7ce6860af8c4e12522c5c4e7d43172b4731a (patch) | |
tree | 56d0436a88f78f5531b597e6065675973f8779d9 | |
parent | ed8c7c9aed6272c990b80f04892be6e6051c2bc8 (diff) | |
download | marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar.gz marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar.bz2 marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar.lz marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar.xz marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.tar.zst marcuscom-ports-676b7ce6860af8c4e12522c5c4e7d43172b4731a.zip |
X11BASE -> LOCALBASE, gdm lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6709 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/fast-user-switch-applet/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 8c2b7bc9c..26d92ed26 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -3,10 +3,11 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.14 2006/04/30 14:49:58 ahze Exp $ +# $MCom$ PORTNAME= fast-user-switch-applet PORTVERSION= 2.15.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,8 +21,8 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/custom.conf \ - --with-gdm-setup=${X11BASE}/sbin/gdmsetup +CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \ + --with-gdm-setup=${LOCALBASE}/sbin/gdmsetup GCONF_SCHEMAS= fast-user-switch-applet.schemas INSTALLS_OMF= yes |