diff options
author | glewis <glewis@FreeBSD.org> | 2008-04-02 14:43:12 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2008-04-02 14:43:12 +0800 |
commit | 3ab0330f64eea9e40542c7052ad65f9d0b134de1 (patch) | |
tree | e316c85d827fb1a7244b69c414a325cc006f9150 /x11-wm | |
parent | c5027094cfb1498e52a958030ee845492c25d45a (diff) | |
download | freebsd-ports-gnome-3ab0330f64eea9e40542c7052ad65f9d0b134de1.tar.gz freebsd-ports-gnome-3ab0330f64eea9e40542c7052ad65f9d0b134de1.tar.zst freebsd-ports-gnome-3ab0330f64eea9e40542c7052ad65f9d0b134de1.zip |
. Fix how the packing list is done with respect to the Gnome desktop file.
This is extermely unlikely to have been broken in practise, but it was
affecting pointyhat. I think I now understand why the correct way is
breaking my test script.
Pointed out by: pointyhat (via pav)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index e96b64fc29f0..ace643c760f0 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -7,6 +7,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ ${MASTER_SITE_SOURCEFORGE} @@ -61,12 +62,6 @@ CONFIGURE_ARGS+= --enable-different-looknfeels CONFIGURE_ARGS+= --disable-savewindows .endif -.if exists(${PREFIX}/share/gnome/wm-properties) -PLIST_SUB+= GNOME:="" -.else -PLIST_SUB+= GNOME:="@comment " -.endif - .include <bsd.port.pre.mk> post-extract: diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index 9610f75465d7..cdf75e5d29eb 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -1365,10 +1365,8 @@ lib/libAfterStep.a %%DATADIR%%/wharf %%DATADIR%%/winlist %%DATADIR%%/wintabs -%%GNOME:%%share/gnome/wm-properties/AfterStep.desktop +share/gnome/wm-properties/AfterStep.desktop share/xsessions/AfterStep.desktop -@dirrmtry share/xsessions -%%GNOME:%%@dirrmtry share/gnome/wm-properties @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/start/7_About_AfterStep @dirrm %%DATADIR%%/start/5_Quit |