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/wmmount | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | freebsd-ports-graphics-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz freebsd-ports-graphics-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.zst freebsd-ports-graphics-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/wmmount')
-rw-r--r-- | sysutils/wmmount/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/wmmount/Makefile b/sysutils/wmmount/Makefile index 7bc29526541..cd6613c3aac 100644 --- a/sysutils/wmmount/Makefile +++ b/sysutils/wmmount/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: wmmount -# Version required: 1.0b1 # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # # $FreeBSD$ # -DISTNAME= wmmount-1.0-beta1 -PKGNAME= wmmount-1.0b1 +PORTNAME= wmmount +PORTVERSION= 1.0b1 CATEGORIES= sysutils windowmaker afterstep MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ +DISTNAME= wmmount-1.0-beta1 EXTRACT_SUFX= .tgz MAINTAINER= ozz@FreeBSD.org.ru |