diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/nulib | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/nulib')
-rw-r--r-- | archivers/nulib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile index ad5fa943e9cd..4b4a1d12096f 100644 --- a/archivers/nulib/Makefile +++ b/archivers/nulib/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: nulib -# Version required: 3.25 # Date created: Thu May 8 00:14:31 PDT 1997 # Whom: Steven Wallace <swallace@freebsd.org> # # $FreeBSD$ # -DISTNAME= nulib325 -PKGNAME= nulib-3.25 +PORTNAME= nulib +PORTVERSION= 3.25 CATEGORIES= archivers MASTER_SITES= http://people.FreeBSD.org/~jseger/ +DISTNAME= nulib325 EXTRACT_SUFX= .tar.Z MAINTAINER= jseger@FreeBSD.org |