diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-04 05:08:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-04 05:08:59 +0800 |
commit | 48d131a07b3f6393efebb683a2e579ad4be455cc (patch) | |
tree | 8d178acf554e7037d9208870642d96f0cc7506a8 /misc/bibletime-devel | |
parent | cca1f049c2a055751f374d93852e2e0b52ab639a (diff) | |
download | freebsd-ports-gnome-48d131a07b3f6393efebb683a2e579ad4be455cc.tar.gz freebsd-ports-gnome-48d131a07b3f6393efebb683a2e579ad4be455cc.tar.zst freebsd-ports-gnome-48d131a07b3f6393efebb683a2e579ad4be455cc.zip |
Fix BROKEN status by completing pkg-plist
Diffstat (limited to 'misc/bibletime-devel')
-rw-r--r-- | misc/bibletime-devel/Makefile | 6 | ||||
-rw-r--r-- | misc/bibletime-devel/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index ff21bd05774f..467f5f28cc19 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= bibletime PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +17,6 @@ COMMENT= A powerful Bible study application for KDE3 LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/misc/bibletime-devel/pkg-plist b/misc/bibletime-devel/pkg-plist index 1897472dd058..4cfab28cea85 100644 --- a/misc/bibletime-devel/pkg-plist +++ b/misc/bibletime-devel/pkg-plist @@ -161,6 +161,7 @@ share/icons/hicolor/48x48/actions/bt_tile.png share/icons/hicolor/48x48/actions/bt_tile_auto.png share/icons/hicolor/48x48/apps/bibletime.png share/icons/hicolor/64x64/apps/bibletime.png +share/doc/HTML/en/common/common @unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true |