diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
commit | 500b47f7aef2ec4f463df2058ef05d2530b5d62b (patch) | |
tree | ccbc3d4e3c727b47b7fc234ac22f34eae1205a4c /x11-wm/afterstep/Makefile | |
parent | 0e204bbcc7f3b79f6a7a46b11ad02f07c28aa961 (diff) | |
download | ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.tar.gz ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep/Makefile')
-rw-r--r-- | x11-wm/afterstep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 86d51313dcc3..fbf2cbf3ec3f 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: afterstep -# Version required: 1.0 # Date created: October 29th 1996 # Whom: jfitz@FreeBSD.org # # $FreeBSD$ # -DISTNAME= AfterStep-1.0 -PKGNAME= afterstep-1.0 +PORTNAME= afterstep +PORTVERSION= 1.0 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/ MASTER_SITE_SUBDIR= stable/archives +DISTNAME= AfterStep-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org |