diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-08-24 15:19:21 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-08-24 15:19:21 +0000 |
commit | 6966999bdce83d4a9474491643bb856bf776d047 (patch) | |
tree | 17178e52b474bc7c103a4876a0853812c93a40b8 /x11-wm/afterstep/Makefile | |
parent | 170eef495db115f3b086ca9776a2e77ee299ceb7 (diff) | |
download | FreeBSD-ports-6966999bdce83d4a9474491643bb856bf776d047.zip FreeBSD-ports-6966999bdce83d4a9474491643bb856bf776d047.tar.gz |
Upgraded to v0.98b27.
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 c8a7231..68bb442 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b23a +# Version required: 0.98b27 # Date created: 17 July 96 # Whom: james@bdd.net # -# $Id: Makefile,v 1.5 1996/08/17 05:06:16 jfitz Exp $ +# $Id: Makefile,v 1.6 1996/08/20 10:57:38 jfitz Exp $ # -DISTNAME= as-b24a -PKGNAME= afterstep-0.98b24a +DISTNAME= as-b27 +PKGNAME= afterstep-0.98b27 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.98aBETA24a +WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA27 pre-build: @cd ${WRKSRC}; sh MakeMakefiles |