diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:13:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:13:28 +0000 |
commit | b2f34e82db571f9cff21681bfb779d21e490ae8a (patch) | |
tree | 85fc9ba41d277e5936948d64ebeaa64f337587d0 | |
parent | Mark this port BROKEN, it doesn't package. (diff) |
(1) Add "-" between basename and version number in PKGNAME.
Found by: portlint
(2) Define IS_INTERACTIVE. The do-fetch target only prints out messages.
Notes
Notes:
svn path=/head/; revision=8548
-rw-r--r-- | devel/sfio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile index 5e56eeb7f233..aa8d53b094ff 100644 --- a/devel/sfio/Makefile +++ b/devel/sfio/Makefile @@ -3,10 +3,11 @@ # Date created: 8 November 1997 # Whom: jraynard # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/09 10:32:51 jraynard Exp $ # DISTNAME= sfio97 +PKGNAME= sfio-97 CATEGORIES= devel MASTER_SITES= http://www.research.att.com/sw/tools/sfio/ EXTRACT_SUFX= .src.unix.tar.Z @@ -14,6 +15,7 @@ EXTRACT_SUFX= .src.unix.tar.Z MAINTAINER= jraynard@freebsd.org NO_WRKSUBDIR= yes +IS_INTERACTIVE= yes MAN3= sfio.3 sfdisc.3 do-fetch: |