diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-23 16:22:51 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-03-23 16:22:51 +0000 |
commit | 1116fbcbaa2efc77029d8ea15524ae750f10cc54 (patch) | |
tree | 406935c593178ecdfcb9be1524850734ba8c6920 /x11-wm/afterstep/Makefile | |
parent | Use official patches from dist site. Included is a possible fix to the (diff) |
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 |