summaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch)
treea2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/skip
parentProper WWW syntax (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27426
Diffstat (limited to 'security/skip')
-rw-r--r--security/skip/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile
index 5e84cc8350ba..71297fadee6c 100644
--- a/security/skip/Makefile
+++ b/security/skip/Makefile
@@ -1,18 +1,19 @@
# New ports collection makefile for: skip
-# Version required: 1.0
# Date created: 26 November 1997
# Whom: Archie L. Cobbs <archie@whistle.com>
#
# $FreeBSD$
+#
-DISTNAME= skipsrc-1.0
-PKGNAME= skip-1.0
+PORTNAME= skip
+PORTVERSION= 1.0
CATEGORIES= security
# Note: the original source comes from Sun, via this web page:
# http://skip.incog.com/src-form.html
# The site below is outside of the U.S.
MASTER_SITES= ftp://ftp.replaytv.com/pub/replay/crypto/APPS/skip/ \
ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
+DISTNAME= skipsrc-1.0
EXTRACT_SUFX= .tar.Z
MAINTAINER= archie@freebsd.org