diff options
author | thierry <thierry@FreeBSD.org> | 2007-12-26 10:37:12 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-12-26 10:37:12 +0000 |
commit | ae3640ae5cd330701df3346c503c24ef17026c55 (patch) | |
tree | 24f5121740ca5a86ca15d739badf88b869f06144 /deskutils | |
parent | 0353a621ad50028fc590a343cebdcd029aa09bf8 (diff) | |
download | FreeBSD-ports-ae3640ae5cd330701df3346c503c24ef17026c55.zip FreeBSD-ports-ae3640ae5cd330701df3346c503c24ef17026c55.tar.gz |
Fix plist and mark broken on FreeBSD-5.
Reported by: pointyhat via pav and erwin
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 8 | ||||
-rw-r--r-- | deskutils/pinot/pkg-plist | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 66cac04..5c44d59 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://www.chez.com/colinf/pinot/ \ @@ -67,7 +67,7 @@ INSTALLS_ICONS= yes SUB_FILES= pkg-message PLIST_SUB= DESKBAR_MOD="${LDESKBAR_MOD}" -MAN1= pinot-dbus-daemon.1 pinot-index.1 pinot-search.1 pinot.1 +MAN1= pinot-dbus-daemon.1 pinot-index.1 pinot-label pinot-search.1 pinot.1 PORTDOCS= AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO @@ -80,6 +80,10 @@ DESKBAR_MOD= ${PREFIX}/${LDESKBAR_MOD} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not build on ${OPSYS}-${OSREL} +.endif + .if ${OSVERSION} < 700041 PKGMESSAGE= ${WRKDIR}/pkg-message .endif diff --git a/deskutils/pinot/pkg-plist b/deskutils/pinot/pkg-plist index 370bf2a..940d675 100644 --- a/deskutils/pinot/pkg-plist +++ b/deskutils/pinot/pkg-plist @@ -1,6 +1,7 @@ bin/pinot bin/pinot-dbus-daemon bin/pinot-index +bin/pinot-label bin/pinot-search etc/pinot/external-filters.xml etc/pinot/globalconfig.xml |