diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/asapm | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.zst freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/asapm')
-rw-r--r-- | sysutils/asapm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index aa32b48f88ba..82e95f4a9600 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: asapm -# Version required: 2.7 # Date created: 6 Aug 1998 # Whom: Brian Handy <handy@physics.montana.edu> # # $FreeBSD$ # -DISTNAME= asapm-2.7 +PORTNAME= asapm +PORTVERSION= 2.7 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \ http://www.tigr.net/afterstep/as-apps/download/asapm/ |