diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-03 17:31:04 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-09-03 17:31:04 +0000 |
commit | 1190c65053b4cf087451d6dbd368311fd4aef63e (patch) | |
tree | 5a0f30ba4084be26cd051e27b81a6be878aed3ee /x11-wm/afterstep/Makefile | |
parent | 501d2949b4b8fd47abd207c16d7258b6da675f05 (diff) | |
download | ports-1190c65053b4cf087451d6dbd368311fd4aef63e.tar.gz ports-1190c65053b4cf087451d6dbd368311fd4aef63e.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 66cce059035b..a0ab6c02e17e 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b30 +# Version required: 0.98b32 # Date created: 17 July 96 # Whom: james@bdd.net # -# $Id: Makefile,v 1.7 1996/08/24 15:19:15 jfitz Exp $ +# $Id: Makefile,v 1.8 1996/08/27 17:48:59 jfitz Exp $ # -DISTNAME= as-b30 -PKGNAME= afterstep-0.98b30 +DISTNAME= as-b32 +PKGNAME= afterstep-0.98b32 CATEGORIES+= x11 MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ @@ -17,7 +17,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA30 +WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA32 pre-build: @cd ${WRKSRC}; sh MakeMakefiles |