diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | 0ea083c38191c42dceadbe34e683b134593d8d8d (patch) | |
tree | 1ef8624821aed4ffb394c869ad1b8cda948a3c14 /devel/sfio | |
parent | 67ccb4392231d49ee2e7254508fde92d6dba0349 (diff) | |
download | FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.zip FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'devel/sfio')
-rw-r--r-- | devel/sfio/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index cd4c5d0..f501958 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 \ |