diff options
author | pav <pav@FreeBSD.org> | 2010-05-24 04:24:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-24 04:24:39 +0800 |
commit | 1eb80b04ae35b9264375a115c70e103787ffa13f (patch) | |
tree | df0c02b728fa70c0f8a05be92c08dc072ee8f5c9 /print | |
parent | 81558e74b00f4168435a0e49ef6cbd911e51819f (diff) | |
download | freebsd-ports-gnome-1eb80b04ae35b9264375a115c70e103787ffa13f.tar.gz freebsd-ports-gnome-1eb80b04ae35b9264375a115c70e103787ffa13f.tar.zst freebsd-ports-gnome-1eb80b04ae35b9264375a115c70e103787ffa13f.zip |
- Fix plist substitution
Reported by: QAT
Diffstat (limited to 'print')
-rw-r--r-- | print/system-config-printer/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/system-config-printer/pkg-plist b/print/system-config-printer/pkg-plist index fea8725a0580..97dff56eb3ed 100644 --- a/print/system-config-printer/pkg-plist +++ b/print/system-config-printer/pkg-plist @@ -3,7 +3,7 @@ bin/system-config-printer bin/system-config-printer-applet etc/dbus-1/system.d/newprinternotification.conf etc/xdg/autostart/print-applet.desktop -%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/cupshelpers-1.0-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.py %%PYTHON_SITELIBDIR%%/cupshelpers/__init__.pyc %%PYTHON_SITELIBDIR%%/cupshelpers/cupshelpers.py |