diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/wmmand/Makefile | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) |
Notes
Diffstat (limited to 'misc/wmmand/Makefile')
-rw-r--r-- | misc/wmmand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index da2fdb504cff..fd5608c120c9 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: wmMand -# Version required: 1.0 # Date created: 16 April 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ -DISTNAME= wmMand-1.0 -PKGNAME= wmmand-1.0 +PORTNAME= wmmand +PORTVERSION= 1.0 CATEGORIES= misc windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +DISTNAME= wmMand-${PORTVERSION} MAINTAINER= cpiazza@FreeBSD.org |