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/amiwm | |
parent | 0e204bbcc7f3b79f6a7a46b11ad02f07c28aa961 (diff) | |
download | ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.tar.gz ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.zip |
Notes
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r-- | x11-wm/amiwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index fdadfe02c264..b636933e9fc9 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -1,15 +1,15 @@ # New ports collection Makefile for: amiwm-0.20pl28 -# Version required: 0.20pl48 # Date created: 13 November 1997 # Whom: Douglas Carmichael <dcarmich@mcs.com> # # $FreeBSD$ # -DISTNAME= amiwm0.20pl48 -PKGNAME= amiwm-0.20p48 +PORTNAME= amiwm +PORTVERSION= 0.20.p48 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/ +DISTNAME= ${PORTNAME}0.20pl48 MAINTAINER= ports@FreeBSD.org |