summaryrefslogtreecommitdiffstats
path: root/sysutils/system-tools-backends/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-20 14:56:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-20 14:56:40 +0800
commit89fae635a78bd43571cdb1381d08c44c37fd0eda (patch)
tree000e0db203d1498254aba8edd949a34cf113a575 /sysutils/system-tools-backends/Makefile
parent6e173c94f89d5d3cf5f9669709cd5b1196521c74 (diff)
downloadmarcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar.gz
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar.bz2
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar.lz
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar.xz
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.tar.zst
marcuscom-ports-89fae635a78bd43571cdb1381d08c44c37fd0eda.zip
Fix PID file location.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8094 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/system-tools-backends/Makefile')
-rw-r--r--sysutils/system-tools-backends/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index d396ace40..1ddc9a3c5 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.28 2006/12/04 05:46:52 marcus Exp $
+# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.29 2006/12/06 19:31:12 marcus Exp $
#
PORTNAME= system-tools-backends
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -28,7 +28,8 @@ USE_GNOME= gnomehack intlhack glib20
GNU_CONFIGURE= yes
USE_RC_SUBR= system-tools-backends
USE_GNOME_SUBR= yes
-CONFIGURE_ARGS= --with-stb-group=wheel
+CONFIGURE_ARGS= --with-stb-group=wheel \
+ --localstatedir=/var
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"