diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-07 01:29:07 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-07 01:29:07 +0800 |
commit | f7501af17ff27cc785c9b8795cfaa37e67ed08bc (patch) | |
tree | 9b366a4243b60e1e0106b6a2a716b7748a2fb495 /sysutils/pwg | |
parent | f414088c540a390f580f5dd0a76290d3bc83e190 (diff) | |
download | freebsd-ports-gnome-f7501af17ff27cc785c9b8795cfaa37e67ed08bc.tar.gz freebsd-ports-gnome-f7501af17ff27cc785c9b8795cfaa37e67ed08bc.tar.zst freebsd-ports-gnome-f7501af17ff27cc785c9b8795cfaa37e67ed08bc.zip |
- Fix pkg-plist.
- Pet portlint, set INSTALLS_ICONS.
PR: ports/104866
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'sysutils/pwg')
-rw-r--r-- | sysutils/pwg/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pwg/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile index 90ec33600d54..18d3e7fc6021 100644 --- a/sysutils/pwg/Makefile +++ b/sysutils/pwg/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ diff --git a/sysutils/pwg/pkg-plist b/sysutils/pwg/pkg-plist index b27ffe64c437..6b4b27917897 100644 --- a/sysutils/pwg/pkg-plist +++ b/sysutils/pwg/pkg-plist @@ -12,10 +12,6 @@ share/icons/locolor/16x16/apps/pwg.png share/icons/locolor/32x32/apps/pwg.png @dirrm share/apps/pwg/pics @dirrm share/apps/pwg -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 @dirrmtry share/icons/locolor/16x16/apps @dirrmtry share/icons/locolor/16x16 @dirrmtry share/icons/locolor/32x32/apps |