summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-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)