diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /net/fspclient/Makefile | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'net/fspclient/Makefile')
-rw-r--r-- | net/fspclient/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index e6f08ddd98e4..c1fb933d3e32 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -3,14 +3,17 @@ # Date created: 7 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/11/07 17:29:02 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:47:55 jkh Exp $ # DISTNAME= fspclient.0.0-h+ -EXTRACT_SUFX= .tar.z -MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ +EXTRACT_SUFX= .tar.z + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/fspclient -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include <bsd.port.mk> |