diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-09-06 06:41:59 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-09-06 06:41:59 +0000 |
commit | 5c6aee191bbf84403685cf760ec02a3391e6989d (patch) | |
tree | 92ef27dc1264facfd7d2c9690a8bc10d54f50fb6 /x11-wm | |
parent | c7fc7b6eb86f1bcd5d6e126df5c86d54d4ad9dd9 (diff) |
. Fix a whitespace bogon.
. Move the include of <bsd.port.pre.mk> to prior to attempting to detect
a patch that includes ${PREFIX}. This fixes the detection and unbreaks
the packing list.
Notes
Notes:
svn path=/head/; revision=240942
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 a830e0b1af7e..5cb216ae101c 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 |