aboutsummaryrefslogtreecommitdiff
path: root/net/bounce
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/bounce
parente062d3845f126e409fb15b1ae6b67f75410a881b (diff)
downloadports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz
ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/bounce')
-rw-r--r--net/bounce/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile
index fbf2a47b0e1b..c1051d1d13f1 100644
--- a/net/bounce/Makefile
+++ b/net/bounce/Makefile
@@ -1,17 +1,17 @@
# ex:ts=8
# Ports collection makefile for: bounce
-# Version required: 0.0
# Date created: Mon Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
-DISTNAME= bounce
-PKGNAME= bounce-1.0
+PORTNAME= bounce
+PORTVERSION= 1.0
CATEGORIES= net security
MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \
http://people.FreeBSD.org/~obrien/Distfiles/
+DISTNAME= bounce
EXTRACT_SUFX= .c
MAINTAINER= obrien@FreeBSD.org