diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-01-13 20:39:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-01-13 20:39:53 +0000 |
commit | d74cbc6d5333a30ac6a52c823a54be8b510929fe (patch) | |
tree | d76940613acc86e01fbec858d7a7278d7ff0428d /deskutils/pinot | |
parent | a18479ea33b642ff0874cc52530e80705db78f64 (diff) |
Notes
Diffstat (limited to 'deskutils/pinot')
-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 |