diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-03 22:47:19 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-08-03 22:47:19 +0000 |
commit | 1a9038c57b8587e968b1fe62a55eb4a3f59513a1 (patch) | |
tree | e55d1afca6b25be9bc0be761534980f7b757db61 /x11-wm/afterstep-stable/Makefile | |
parent | 9566197a39d131522f37cff22dc2c2ad8660b1da (diff) | |
download | ports-1a9038c57b8587e968b1fe62a55eb4a3f59513a1.tar.gz ports-1a9038c57b8587e968b1fe62a55eb4a3f59513a1.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep-stable/Makefile')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index f3725e9aa751..9741b71b28dd 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -1,13 +1,10 @@ # New ports collection makefile for: afterstep -# Version required: 0.98b16 +# Version required: 0.98b18 # Date created: 17 July 96 # Whom: james@bdd.net -# -# $Id$ -# -DISTNAME= as-b16 -PKGNAME= afterstep-0.98b16 +DISTNAME= as-b18 +PKGNAME= afterstep-0.98b18 CATEGORIES+= x11 MASTER_SITES= ftp://oak.sfasu.edu/pub/AfterStep/ @@ -17,7 +14,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm USE_X11= yes -WRKSRC= ${WRKDIR}/AfterStep-0.98a16 +WRKSRC= ${WRKDIR}/AfterStep-0.98aBETA18 pre-build: @cd ${WRKSRC}; sh MakeMakefiles |