diff options
author | glewis <glewis@FreeBSD.org> | 2007-07-12 23:52:55 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-07-12 23:52:55 +0800 |
commit | cdab7cf998ee7569d27ba3f74967e12e725ab5fc (patch) | |
tree | 9ec380df1c4bd9e326c6a10e4e4023b293d69373 /x11-wm/afterstep-stable/Makefile | |
parent | 177d1d0e71ae69ab4ec3ebb96e0e130b542b7f29 (diff) | |
download | freebsd-ports-gnome-cdab7cf998ee7569d27ba3f74967e12e725ab5fc.tar.gz freebsd-ports-gnome-cdab7cf998ee7569d27ba3f74967e12e725ab5fc.tar.zst freebsd-ports-gnome-cdab7cf998ee7569d27ba3f74967e12e725ab5fc.zip |
. Update to 2.2.6.
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 740931a07ddd..a0d4d947923c 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= afterstep -PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTVERSION= 2.2.6 CATEGORIES= x11-wm afterstep MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ ${MASTER_SITE_SOURCEFORGE} @@ -46,8 +45,8 @@ MAKE_ENV= INCS_PRIVATE="${CPPFLAGS}" LIBS_PRIVATE="${LDFLAGS}" MAN1= ASDatabase.1x ASDatabaseEntry.1x AfterStep.1x Align.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 \ + AutoExec.1x BalloonContents.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 \ PagerDecorations.1x Placement.1x SupportedHints.1x \ TbarLayout.1x Wharf.1x WharfFolders.1x WharfSounds.1x \ @@ -98,6 +97,10 @@ post-patch: .endfor post-build: + ${MV} "${WRKSRC}/src/ASDocGen/man/Balloon Contents.man" \ + "${WRKSRC}/src/ASDocGen/man/BalloonContents.man" + ${MV} "${WRKSRC}/src/ASDocGen/html/Balloon Contents.html" \ + "${WRKSRC}/src/ASDocGen/html/BalloonContents.html" ${MV} "${WRKSRC}/src/ASDocGen/man/Wharf Folders.man" \ "${WRKSRC}/src/ASDocGen/man/WharfFolders.man" ${MV} "${WRKSRC}/src/ASDocGen/html/Wharf Folders.html" \ |