summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-05-18 16:43:39 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-05-18 16:43:39 +0000
commit3fab73f16358dc13d0513df6778337dc5045add3 (patch)
tree13db6c9d642c7cb60429e4e94809291d5c2a570e /x11-wm/afterstep-stable/Makefile
parentUpdate to 1.2.3 (diff)
. Update to 2.1.0.
. Quieten seach and replace. . Remove a warning message that is no longer relevant.
Notes
Notes: svn path=/head/; revision=135557
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r--x11-wm/afterstep-stable/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile
index 33debcec2db5..d0118968c081 100644
--- a/x11-wm/afterstep-stable/Makefile
+++ b/x11-wm/afterstep-stable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= afterstep
-PORTVERSION= 2.00.05
+PORTVERSION= 2.1.0
CATEGORIES= x11-wm afterstep
MASTER_SITES= ftp://ftp.afterstep.org/stable/ \
${MASTER_SITE_SOURCEFORGE}
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--enable-i18n \
MAKE_ENV= INCS_PRIVATE="${CPPFLAGS}" LIBS_PRIVATE="${LDFLAGS}"
MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.1x \
- Animate.1x AnimateTypes.1x Audio.1x AudioEvents.1x \
+ Animate.1x AnimateTypes.1x Arrange.1x Audio.1x AudioEvents.1x \
AutoExec.1x Base.1x Bevel.1x ColorScheme.1x Feel.1x \
FeelWindowBox.1x Functions.1x Gravity.1x Look.1x \
MyBackground.1x MyFrame.1x MyStyle.1x Pager.1x \
@@ -73,27 +73,20 @@ post-extract:
post-patch:
.for file in afterstep/database
- ${PERL} -pi -e 's,linux-penguin,monitor-bsd,' \
+ @${PERL} -pi -e 's,linux-penguin,monitor-bsd,' \
${WRKSRC}/${file}
.endfor
.for file in libAfterBase/Makefile.in libAfterImage/Makefile.in
- ${PERL} -pi.orig -e 's,^install\.,noinstall.,g ; \
+ @${PERL} -pi.orig -e 's,^install\.,noinstall.,g ; \
s,^install:,install:#,g' ${WRKSRC}/${file}
.endfor
.for file in libAfterBase/configure libAfterImage/configure
- ${PERL} -pi.orig -e 's,="-O3",="$$CFLAGS",g' \
+ @${PERL} -pi.orig -e 's,="-O3",="$$CFLAGS",g' \
${WRKSRC}/${file}
.endfor
.for file in libAfterStep/afterstep-config.in
- ${PERL} -pi -e 's,ft_version,libafterstep_version,g' \
+ @${PERL} -pi -e 's,ft_version,libafterstep_version,g' \
${WRKSRC}/${file}
.endfor
-post-install:
-.if defined(WITH_DIFFERENT_LOOKNFEELS)
- @${ECHO_MSG} ""
- @${ECHO_MSG} "===> The WinList module is broken with different-looknfeels. Don't use it."
- @${ECHO_MSG} ""
-.endif
-
.include <bsd.port.post.mk>