summaryrefslogtreecommitdiff
path: root/devel/sfio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 05:44:42 +0000
commitdfee8150a0d59e2499214056965a4abbe8823b22 (patch)
treec05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/sfio
parentPKGNAME was hiding within a script. (diff)
Convert to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27505
Diffstat (limited to 'devel/sfio')
-rw-r--r--devel/sfio/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile
index cd4c5d095c3e..f501958bf9a0 100644
--- a/devel/sfio/Makefile
+++ b/devel/sfio/Makefile
@@ -1,18 +1,17 @@
# ex:ts=8
# Ports collection makefile for: sfio
-# Version required: 0.0
# Date created: 8 November 1997
# Whom: jraynard
#
# $FreeBSD$
#
-DISTNAME= sfio_1999
-PKGNAME= sfio-1999
+PORTNAME= sfio
+PORTVERSION= 1999
CATEGORIES= devel
#Users must register with AT&T before downloading tarball.
#MASTER_SITES= http://www.research.att.com/sw/tools/sfio/
-EXTRACT_SUFX= .src.unix.cpio
+DISTFILES= ${PORTNAME}_${PORTVERSION}.src.unix.cpio
MAINTAINER= obrien@FreeBSD.org
@@ -24,7 +23,7 @@ IS_INTERACTIVE= yes
MAN1= iffe.1
MAN3= sfio.3
-RESTRICTED= Requires user to register with AT&T.
+RESTRICTED= Requires user to register with AT\&T
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \