diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-14 00:24:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-14 00:24:32 +0000 |
commit | c93ad75f53b04ef63217b115e3e7bccd182605d9 (patch) | |
tree | d89a62fc254795b037a194d02614e1248bddd47a /devel/sfio/Makefile | |
parent | 68c047d36c33d3588b7c2852d7aca7bf77793bed (diff) | |
download | ports-c93ad75f53b04ef63217b115e3e7bccd182605d9.tar.gz ports-c93ad75f53b04ef63217b115e3e7bccd182605d9.zip |
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/sfio/Makefile')
-rw-r--r-- | devel/sfio/Makefile | 3 |
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 |