diff options
author | glewis <glewis@FreeBSD.org> | 2009-08-24 04:57:57 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-08-24 04:57:57 +0800 |
commit | c8cefb1cc82eba341c724a39cc528c2c3a6623e3 (patch) | |
tree | a600273952e4388688d5c293865d112abc9dcac8 /x11-wm/afterstep-stable/Makefile | |
parent | 5ac0b64d49c105397372cdcaa9a7e956cd9daee8 (diff) | |
download | freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.tar.gz freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.tar.zst freebsd-ports-gnome-c8cefb1cc82eba341c724a39cc528c2c3a6623e3.zip |
. Update to 2.2.9.
. Get the packing list right in both the case where share/gnome/wm-properties
does and doesn't exist.
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 7808906ff7d6..a830e0b1af7e 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= afterstep -PORTVERSION= 2.2.8 -PORTREVISION= 6 +PORTVERSION= 2.2.9 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ SF/${PORTNAME}/AfterStep/${PORTVERSION} @@ -35,7 +34,7 @@ USE_XORG+= ice sm x11 xcursor xext xfixes xi xinerama xrandr xrender GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--disable-ascp \ - --enable-i18n \ + --enable-i18n \ --disable-send-postcard-to-developer \ --with-helpcommand="xterm -e man" \ --with-jpeg-includes="${LOCALBASE}/include" \ @@ -62,6 +61,12 @@ 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: |