summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-14 00:24:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-14 00:24:32 +0000
commitc93ad75f53b04ef63217b115e3e7bccd182605d9 (patch)
treed89a62fc254795b037a194d02614e1248bddd47a /devel
parentMultiple US cvsup servers were mentioned, but only one of the three UK (diff)
Fix problems in the PKG{NAME,VERSION} conversion.
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Notes
Notes: svn path=/head/; revision=28442
Diffstat (limited to 'devel')
-rw-r--r--devel/sfio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile
index f501958bf9a0..eed23295ed4e 100644
--- a/devel/sfio/Makefile
+++ b/devel/sfio/Makefile
@@ -11,7 +11,8 @@ PORTVERSION= 1999
CATEGORIES= devel
#Users must register with AT&T before downloading tarball.
#MASTER_SITES= http://www.research.att.com/sw/tools/sfio/
-DISTFILES= ${PORTNAME}_${PORTVERSION}.src.unix.cpio
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+EXTRACT_SUFX= .src.unix.cpio
MAINTAINER= obrien@FreeBSD.org