summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-06 17:27:39 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-06 17:27:39 +0000
commitc015a823a8e2c385e23f113e550c3207dd2df456 (patch)
tree1159bf47036c405df7d8d106e043eb0f5b553dbd
parent- Fix pkg-plist. (diff)
- Fix pkg-plist.
- Pet portlint, set INSTALS_ICONS. PR: ports/104864 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes
Notes: svn path=/head/; revision=176623
-rw-r--r--misc/kwatch/Makefile4
-rw-r--r--misc/kwatch/pkg-plist17
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile
index 34d9c1973f76..5d6d05decbc8 100644
--- a/misc/kwatch/Makefile
+++ b/misc/kwatch/Makefile
@@ -17,6 +17,10 @@ COMMENT= KDE/Qt log file viewer
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
+USE_GETTEXT= yes
+INSTALLS_ICONS= yes
+
+DOCSDIR= ${PREFIX}/share/doc/HTML
post-patch:
@${REINPLACE_CMD} -e 's,-O2 ,,g ; \
diff --git a/misc/kwatch/pkg-plist b/misc/kwatch/pkg-plist
index f3fd4af66ea4..657612ec42c9 100644
--- a/misc/kwatch/pkg-plist
+++ b/misc/kwatch/pkg-plist
@@ -1,9 +1,9 @@
bin/kwatch
share/applnk/Utilities/kwatch.desktop
share/apps/kwatch/kwatchui.rc
-share/doc/HTML/default/kwatch/common
-share/doc/HTML/default/kwatch/index.cache.bz2
-share/doc/HTML/default/kwatch/index.docbook
+%%DOCSDIR%%/default/kwatch/common
+%%DOCSDIR%%/default/kwatch/index.cache.bz2
+%%DOCSDIR%%/default/kwatch/index.docbook
share/icons/hicolor/16x16/apps/kwatch.png
share/icons/hicolor/32x32/apps/kwatch.png
share/icons/locolor/16x16/apps/kwatch.png
@@ -15,13 +15,8 @@ share/locale/de/LC_MESSAGES/kwatch.mo
@dirrmtry share/icons/locolor/16x16/apps
@dirrmtry share/icons/locolor/16x16
@dirrmtry share/icons/locolor
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrm share/doc/HTML/default/kwatch
-@dirrmtry share/doc/HTML/default
-@dirrmtry share/doc/HTML
+@dirrm %%DOCSDIR%%/default/kwatch
+@dirrmtry %%DOCSDIR%%/default
+@dirrmtry %%DOCSDIR%%
@dirrm share/apps/kwatch
@dirrmtry share/applnk/Utilities