diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index a830e0b1af7..5cb216ae101 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -9,7 +9,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.9 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ - SF/${PORTNAME}/AfterStep/${PORTVERSION} + SF/${PORTNAME}/AfterStep/${PORTVERSION} DISTNAME= AfterStep-${PORTVERSION} @@ -61,14 +61,14 @@ CONFIGURE_ARGS+= --enable-different-looknfeels CONFIGURE_ARGS+= --disable-savewindows .endif +.include <bsd.port.pre.mk> + .if exists(${PREFIX}/share/gnome/wm-properties) PLIST_SUB+= GNOME="" .else PLIST_SUB+= GNOME="@comment " .endif -.include <bsd.port.pre.mk> - post-extract: ${CP} ${FILESDIR}/monitor_bsd.xpm \ ${WRKSRC}/afterstep/desktop/icons/xml/monitor-bsd.xpm |