diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-14 04:39:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-14 04:39:53 +0800 |
commit | 8557c32d49d679172257ab83e12e4e51c6062b1e (patch) | |
tree | 566caf39e53650d70c6de5d4754112a07d56365d /deskutils | |
parent | 2a533e3a69ceb7380f14cceb2193775ee654e3ec (diff) | |
download | freebsd-ports-gnome-8557c32d49d679172257ab83e12e4e51c6062b1e.tar.gz freebsd-ports-gnome-8557c32d49d679172257ab83e12e4e51c6062b1e.tar.zst freebsd-ports-gnome-8557c32d49d679172257ab83e12e4e51c6062b1e.zip |
Fix installation of deskbar-applet.
Reported by: pointyhat via Pav
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 7 | ||||
-rw-r--r-- | deskutils/pinot/pkg-plist | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 56c2bca62f0a..72e405f1d53f 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,6 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -67,7 +68,7 @@ LM2FIX= textcat_conf.txt textcat3_conf.txt IndexSearch/Google/Makefile.in SHR2FIX= Core/pinot-search.1 README UL2FIX= Utils/xdgmime/xdgmime.c -LDESKBAR_MOD= lib/deskbar-applet/modules-2.20-compatible +LDESKBAR_MOD= libexec/deskbar-applet/modules-2.20-compatible DESKBAR_MOD= ${PREFIX}/${LDESKBAR_MOD} .include <bsd.port.pre.mk> @@ -100,10 +101,6 @@ pre-configure: post-install: ${TOUCH} ${DATADIR}/stopwords/.empty_file - ${MKDIR} ${DESKBAR_MOD} -.for pyscript in pinot-module - ${INSTALL_DATA} ${WRKSRC}/scripts/python/${pyscript}.py ${DESKBAR_MOD} -.endfor @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DESKBAR_MOD} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DESKBAR_MOD} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ diff --git a/deskutils/pinot/pkg-plist b/deskutils/pinot/pkg-plist index f94b37cf5bab..61cf00b0f3c7 100644 --- a/deskutils/pinot/pkg-plist +++ b/deskutils/pinot/pkg-plist @@ -75,7 +75,8 @@ share/locale/zh_TW/LC_MESSAGES/pinot.mo @dirrm lib/pinot/filters @dirrm lib/pinot/backends @dirrm lib/pinot -@dirrmtry lib/deskbar-applet/modules-2.20-compatible +@dirrmtry libexec/deskbar-applet/modules-2.20-compatible +@dirrmtry libexec/deskbar-applet @dirrmtry lib/deskbar-applet/handlers @dirrmtry lib/deskbar-applet @dirrmtry etc/xdg/autostart |