diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-03-24 00:22:51 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-03-24 00:22:51 +0800 |
commit | 8616788942e827b07791e02310b115c0358f305f (patch) | |
tree | a24016128955199b8743b613464f5e9b797c97f9 /x11-wm/afterstep/Makefile | |
parent | 2626cc619f266bc7a7324dc3a94e00a4edcaa183 (diff) | |
download | freebsd-ports-gnome-8616788942e827b07791e02310b115c0358f305f.tar.gz freebsd-ports-gnome-8616788942e827b07791e02310b115c0358f305f.tar.zst freebsd-ports-gnome-8616788942e827b07791e02310b115c0358f305f.zip |
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/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index fde9557e3c68..122b89d1166f 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/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 |