diff options
author | olgeni <olgeni@FreeBSD.org> | 2009-09-08 06:18:48 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2009-09-08 06:18:48 +0800 |
commit | 6893bf01cd7ebab3a4fcc6972e54731261ba3b7e (patch) | |
tree | 8ce04da86d6d4d712853b88c23c6e23221b780ef /x11-wm | |
parent | 2f1d5ee396767e0087e6c4aeaf19428acd462869 (diff) | |
download | freebsd-ports-gnome-6893bf01cd7ebab3a4fcc6972e54731261ba3b7e.tar.gz freebsd-ports-gnome-6893bf01cd7ebab3a4fcc6972e54731261ba3b7e.tar.zst freebsd-ports-gnome-6893bf01cd7ebab3a4fcc6972e54731261ba3b7e.zip |
pkg-plist: add a couple of files in libexec/rep and @dirrmtry a few
shared directories, according to pointyhat.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-plist | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 9aac554840e7..a51146d55d18 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -8,7 +8,7 @@ PORTNAME= sawfish PORTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= x11-wm MASTER_SITES= SF/sawmill/${PORTNAME}/${PORTVERSION} diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist index 7090c730aa3b..68b202f3e0d6 100644 --- a/x11-wm/sawfish/pkg-plist +++ b/x11-wm/sawfish/pkg-plist @@ -2,6 +2,8 @@ bin/sawfish bin/sawfish-client bin/sawfish-ui libdata/pkgconfig/sawfish.pc +libexec/rep/%%GNUHOST%%/sawfish/client.la +libexec/rep/%%GNUHOST%%/sawfish/client.so libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.la libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.so @@ -432,9 +434,14 @@ share/xsessions/sawfish.desktop @dirrm %%DATADIR%%/%%VERSION%%/lisp @dirrm %%DATADIR%%/%%VERSION%% @dirrm %%DATADIR%% +@dirrmtry share/xsessions +@dirrmtry share/gnome/wm-properties +@dirrmtry share/gnome +@dirrmtry share/applications @dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util @dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm @dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish @dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%% @dirrm libexec/sawfish/%%VERSION%% @dirrm libexec/sawfish +@dirrm libexec/rep/%%GNUHOST%%/sawfish |