diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-03-23 16:22:51 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-03-23 16:22:51 +0000 |
commit | 8616788942e827b07791e02310b115c0358f305f (patch) | |
tree | a24016128955199b8743b613464f5e9b797c97f9 /x11-wm/afterstep-stable | |
parent | 2626cc619f266bc7a7324dc3a94e00a4edcaa183 (diff) | |
download | FreeBSD-ports-8616788942e827b07791e02310b115c0358f305f.zip FreeBSD-ports-8616788942e827b07791e02310b115c0358f305f.tar.gz |
Upgrade to v1.0pr5
Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by: "Brian N. Handy" <handy@sag.space.lockheed.com>
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 16 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/afterstep-stable/pkg-plist | 4 |
3 files changed, 12 insertions, 10 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index fde9557..122b89d1 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: afterstep -# Version required: 1.0pre1 +# Version required: 1.0pre5 # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.13 1996/11/18 11:42:39 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/10 20:07:30 obrien Exp $ # -DISTNAME= as-10pre1 -PKGNAME= afterstep-1.0pr1 +DISTNAME= AfterStep-1.0pre5 +PKGNAME= afterstep-1.0pr5 CATEGORIES= x11 -MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ +MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-1.0pre1 +WRKSRC= ${WRKDIR}/AfterStep-1.0pre5 INSTALL_TARGET= install install.man MANCOMPRESSED= yes -MAN1= afterstep.1 asclock.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 +MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 pre-build: @ cd ${WRKSRC}; sh MakeMakefiles @@ -33,7 +33,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/ @ ${MKDIR} -p ${PREFIX}/lib/X11/afterstep/doc/ - @for file in CHANGES NEW README README.8bit afterstep.faq; do \ + @for file in CHANGES CREDITS README README.8bit afterstep.faq; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/X11/afterstep/doc/; \ done diff --git a/x11-wm/afterstep-stable/distinfo b/x11-wm/afterstep-stable/distinfo index 4a6eed8..eff706b 100644 --- a/x11-wm/afterstep-stable/distinfo +++ b/x11-wm/afterstep-stable/distinfo @@ -1 +1 @@ -MD5 (as-10pre1.tar.gz) = b780e7868973b615893cf6334bd8f0e3 +MD5 (AfterStep-1.0pre5.tar.gz) = bbc3f2cff7214e7c62529496da43937d diff --git a/x11-wm/afterstep-stable/pkg-plist b/x11-wm/afterstep-stable/pkg-plist index bc41d95..f71f6b6 100644 --- a/x11-wm/afterstep-stable/pkg-plist +++ b/x11-wm/afterstep-stable/pkg-plist @@ -1,4 +1,5 @@ bin/afterstep +lib/X11/afterstep/Animate lib/X11/afterstep/Audio lib/X11/afterstep/Auto lib/X11/afterstep/Banner @@ -21,7 +22,7 @@ lib/X11/afterstep/backgrounds/tile.check.jpg lib/X11/afterstep/backgrounds/volcanic.jpg lib/X11/afterstep/backgrounds/wood.jpg lib/X11/afterstep/doc/CHANGES -lib/X11/afterstep/doc/NEW +lib/X11/afterstep/doc/CREDITS lib/X11/afterstep/doc/README lib/X11/afterstep/doc/README.8bit lib/X11/afterstep/doc/afterstep.faq @@ -50,6 +51,7 @@ include/X11/pixmaps/text.xpm include/X11/pixmaps/writeletter.xpm man/man1/afterstep.1.gz man/man1/asclock.1.gz +man/man1/Animate.1.gz man/man1/Audio.1.gz man/man1/Auto.1.gz man/man1/Banner.1.gz |