diff options
author | obrien <obrien@FreeBSD.org> | 2000-05-14 00:24:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-05-14 00:24:32 +0000 |
commit | ab26a4e0f7f27a03a415cad47f0ebb37cb6058f0 (patch) | |
tree | f1d86d783ef8dc3659e678227a1ab5f1e4532321 /devel/sfio | |
parent | 0a50cbfc5cd7f5ae44544c90f15808c78945be8f (diff) | |
download | FreeBSD-ports-ab26a4e0f7f27a03a415cad47f0ebb37cb6058f0.zip FreeBSD-ports-ab26a4e0f7f27a03a415cad47f0ebb37cb6058f0.tar.gz |
Fix problems in the PKG{NAME,VERSION} conversion.
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Diffstat (limited to 'devel/sfio')
-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 f501958..eed2329 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 |