diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-11-02 10:19:23 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-11-02 10:19:23 +0000 |
commit | e688d92f262284fc909b6a071623b2e48e87d79b (patch) | |
tree | d361faec93731db83ee72f625b53a32d31d3b4a2 /databases | |
parent | - Update to 1.02 (diff) |
- fix pkg-plist, adresses
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006101905/ksqlshell-0.2_1.log
- pet portlint by setting INSTALLS_ICONS
PR: ports/104836
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Notes
Notes:
svn path=/head/; revision=176177
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ksqlshell/Makefile | 1 | ||||
-rw-r--r-- | databases/ksqlshell/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/databases/ksqlshell/Makefile b/databases/ksqlshell/Makefile index db80501daca8..39aac9037522 100644 --- a/databases/ksqlshell/Makefile +++ b/databases/ksqlshell/Makefile @@ -20,6 +20,7 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_MYSQL= yes USE_PGSQL= yes +INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/databases/ksqlshell/pkg-plist b/databases/ksqlshell/pkg-plist index 4255fe97a3ac..4d2bd4a5ec93 100644 --- a/databases/ksqlshell/pkg-plist +++ b/databases/ksqlshell/pkg-plist @@ -71,10 +71,6 @@ share/locale/de/LC_MESSAGES/ksqlshell.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/hicolor -@dirrmtry share/icons @dirrmtry share/doc/HTML @dirrm share/doc/HTML/en/ksqlshell @dirrm share/doc/HTML/de/ksqlshell |