diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/ns | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 849d511a1008..c89e355b02b0 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ns-2 -# Version required: 2.1b5 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # -DISTNAME= ns-src-2.1b5 -PKGNAME= ns-2.1b5 +PORTNAME= ns +PORTVERSION= 2.1.b5 CATEGORIES= net MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ +DISTNAME= ns-src-2.1b5 MAINTAINER= obonilla@fisicc-ufm.edu |