diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-22 06:16:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-22 06:16:14 +0800 |
commit | 85a8dfd5fafda57c179438132c789e1df8c85a90 (patch) | |
tree | efa40a3d9e0452d4661e2e48fcfda3ef79995b5b /print/system-config-printer | |
parent | 73a407f770c6d1ba3044705d2c7c297cbcbbb2f8 (diff) | |
download | marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar.gz marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar.bz2 marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar.lz marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar.xz marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.tar.zst marcuscom-ports-85a8dfd5fafda57c179438132c789e1df8c85a90.zip |
bin->sbin in desktop file
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10805 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/system-config-printer')
-rw-r--r-- | print/system-config-printer/Makefile | 3 | ||||
-rw-r--r-- | print/system-config-printer/files/patch-system-config-printer.desktop.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 9f04928a2..cc0e58060 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/print/system-config-printer/Makefile,v 1.1 2008/03/20 16:41:57 ahze Exp $ PORTNAME= system-config-printer PORTVERSION= 0.7.82 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/ diff --git a/print/system-config-printer/files/patch-system-config-printer.desktop.in b/print/system-config-printer/files/patch-system-config-printer.desktop.in index 0cba05cdc..6d503bd4d 100644 --- a/print/system-config-printer/files/patch-system-config-printer.desktop.in +++ b/print/system-config-printer/files/patch-system-config-printer.desktop.in @@ -5,7 +5,7 @@ _Name=Printing _Comment=Configure printers -Exec=/usr/bin/system-config-printer -+Exec=%%PREFIX%%/bin/system-config-printer ++Exec=%%PREFIX%%/sbin/system-config-printer Terminal=false Type=Application Icon=printer |