diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-10 01:16:46 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-10 01:16:46 +0000 |
commit | 1adf93a4feb7ae8a099d3b1ab6a2f2f545edd4b8 (patch) | |
tree | b9ee928717a1f116f894c830432f040c4601f73f /x11-wm/afterstep/Makefile | |
parent | Some Makefile cleanup, no functionality change. Use install (not cp), (diff) |
Upgraded to 0.98b19
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 611ebd0206ff..95ba9bd79716 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b18 +# Version required: 0.98b19 # Date created: 17 July 96 # Whom: james@bdd.net # -# $Id$ +# $Id: Makefile,v 1.3 1996/08/07 02:29:48 asami Exp $ # -DISTNAME= as-b18 -PKGNAME= afterstep-0.98b18 +DISTNAME= as-b19 +PKGNAME= afterstep-0.98b19 CATEGORIES+= x11 MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ -MAINTAINER= james@nexis.net +MAINTAINER= jfitz@freebsd.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA18 +WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA19 pre-build: @cd ${WRKSRC}; sh MakeMakefiles |