diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-07 01:20:16 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-07 01:20:16 +0800 |
commit | 7c495b44472c329b1914fca7e889abd75584d17c (patch) | |
tree | ff21bd03cc8f9636c4faf128db6de21cea8a0ce6 /deskutils/knowit/Makefile | |
parent | 5e01fd86d16b241f9144ecd1442a092602ff7123 (diff) | |
download | freebsd-ports-gnome-7c495b44472c329b1914fca7e889abd75584d17c.tar.gz freebsd-ports-gnome-7c495b44472c329b1914fca7e889abd75584d17c.tar.zst freebsd-ports-gnome-7c495b44472c329b1914fca7e889abd75584d17c.zip |
- Fix pkg-plist.
- Use INSTALLS_ICONS to pet portlint.
PR: ports/104837
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'deskutils/knowit/Makefile')
-rw-r--r-- | deskutils/knowit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/knowit/Makefile b/deskutils/knowit/Makefile index 0df9814231dd..89345b6b78f6 100644 --- a/deskutils/knowit/Makefile +++ b/deskutils/knowit/Makefile @@ -21,12 +21,15 @@ USE_GETTEXT= yes USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} +DOCSDIR= ${PREFIX}/share/doc/HTML + post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |