mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix plist and mark broken on FreeBSD-5.
Reported by: pointyhat via pav and erwin
This commit is contained in:
parent
c2ee620440
commit
34e85c29fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204553
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user