summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 00:10:55 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 00:10:55 +0800
commitaec20e8a9390356468a35cc4a0efcd27500840db (patch)
treef07d941f19e14c1eeebe29d8327f39f91be6e533
parent0bde083133e204fc0dec31f4012b6016adcd2e92 (diff)
downloadmarcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar.gz
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar.bz2
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar.lz
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar.xz
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.tar.zst
marcuscom-ports-aec20e8a9390356468a35cc4a0efcd27500840db.zip
Fix one more path.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10812 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--print/system-config-printer/Makefile4
-rw-r--r--print/system-config-printer/files/patch-applet.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile
index cc0e58060..b7b791f95 100644
--- a/print/system-config-printer/Makefile
+++ b/print/system-config-printer/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/print/system-config-printer/Makefile,v 1.1 2008/03/20 16:41:57 ahze Exp $
+# $MCom: ports/print/system-config-printer/Makefile,v 1.2 2008/03/21 22:16:13 ahze Exp $
PORTNAME= system-config-printer
PORTVERSION= 0.7.82
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print gnome
MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/
diff --git a/print/system-config-printer/files/patch-applet.py b/print/system-config-printer/files/patch-applet.py
index bcf9a7297..5196dd3c1 100644
--- a/print/system-config-printer/files/patch-applet.py
+++ b/print/system-config-printer/files/patch-applet.py
@@ -14,7 +14,7 @@
if pid == 0:
# Child.
- cmd = "/usr/bin/system-config-printer"
-+ cmd = "%%PREFIX%%/bin/system-config-printer"
++ cmd = "%%PREFIX%%/sbin/system-config-printer"
argv.insert (0, cmd)
os.execvp (cmd, argv)
sys.exit (1)