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 /comms/snooper | |
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 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index db29d1e12d5b..42fe13ba21e8 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: snooper -# Version required: 19991202 # Date created: 4 May 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -DISTNAME= snooper-19991202 -PKGNAME= snooper-19991202 +PORTNAME= snooper +PORTVERSION= 1999.12.02 CATEGORIES= comms MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ +DISTNAME= snooper-19991202 MAINTAINER= itojun@itojun.org |