diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/wmmount | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) | |
download | ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
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 7bc295265419..cd6613c3aacf 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 |