diff options
author | glewis <glewis@FreeBSD.org> | 2009-09-06 14:41:59 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2009-09-06 14:41:59 +0800 |
commit | 80e4d7660f8e0f56e51e7d8a05ff6b3f862f19ca (patch) | |
tree | d735c34a3e31483defcc6f108d032dc26e6f3f9c /x11-wm | |
parent | 448ae83ee657d3053447547d827c982d4bfff530 (diff) | |
download | freebsd-ports-gnome-80e4d7660f8e0f56e51e7d8a05ff6b3f862f19ca.tar.gz freebsd-ports-gnome-80e4d7660f8e0f56e51e7d8a05ff6b3f862f19ca.tar.zst freebsd-ports-gnome-80e4d7660f8e0f56e51e7d8a05ff6b3f862f19ca.zip |
. 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.
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 |