diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/merlinmon/Makefile | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/merlinmon/Makefile')
-rw-r--r-- | net/merlinmon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/merlinmon/Makefile b/net/merlinmon/Makefile index f398067dc386..e7c6ec7ca71b 100644 --- a/net/merlinmon/Makefile +++ b/net/merlinmon/Makefile @@ -1,15 +1,15 @@ # Ports collection makefile for: merlin -# Version required: 1.0 # Date created: 13 Dec 1999 # Whom: Nick Sayer <nsayer@freebsd.org> # # $FreeBSD$ # -DISTNAME= merlin-1.0 -PKGNAME= merlinmon-1.0 +PORTNAME= merlinmon +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.kfu.com/pub/ +DISTNAME= merlin-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= nsayer@freebsd.org |