mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Fix pkg-plist.
- Use INSTALLS_ICONS to pet portlint. PR: ports/104837 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
parent
5e01fd86d1
commit
7c495b4447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176620
@ -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
|
||||
|
@ -2,10 +2,10 @@ bin/knowit
|
||||
share/applnk/Applications/knowit.desktop
|
||||
share/apps/knowit/knowitui.rc
|
||||
share/apps/knowit/tips
|
||||
share/doc/HTML/en/knowit/common
|
||||
share/doc/HTML/en/knowit/index.cache.bz2
|
||||
share/doc/HTML/en/knowit/index.docbook
|
||||
share/doc/HTML/en/knowit/screenshot.png
|
||||
%%DOCSDIR%%/en/knowit/common
|
||||
%%DOCSDIR%%/en/knowit/index.cache.bz2
|
||||
%%DOCSDIR%%/en/knowit/index.docbook
|
||||
%%DOCSDIR%%/en/knowit/screenshot.png
|
||||
share/icons/hicolor/16x16/apps/knowit.png
|
||||
share/icons/hicolor/32x32/apps/knowit.png
|
||||
share/locale/de/LC_MESSAGES/knowit.mo
|
||||
@ -18,15 +18,9 @@ share/locale/sk/LC_MESSAGES/knowit.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/knowit.mo
|
||||
@dirrmtry share/mimelnk/application
|
||||
@dirrmtry share/mimelnk
|
||||
@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
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/doc/HTML/en/knowit
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm %%DOCSDIR%%/en/knowit
|
||||
@dirrmtry %%DOCSDIR%%/en
|
||||
@dirrmtry %%DOCSDIR%%
|
||||
@dirrm share/apps/knowit
|
||||
@dirrmtry share/applnk/Applications
|
||||
@dirrmtry share/applnk
|
||||
|
Loading…
Reference in New Issue
Block a user