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/nam | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index ac44646a1e3a..16fb5f1ca566 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: nam -# Version required: 1.0a7 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= nam-src-1.0a7 -PKGNAME= nam-1.0a7 +PORTNAME= nam +PORTVERSION= 1.0.a7 CATEGORIES= net MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ +DISTNAME= nam-src-1.0a7 MAINTAINER= obonilla@fisicc-ufm.edu |