diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /net/fspclient | |
parent | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff) | |
download | ports-ac3066bf75f468401e4a8243ba4ea731c187b370.tar.gz ports-ac3066bf75f468401e4a8243ba4ea731c187b370.zip |
Notes
Diffstat (limited to 'net/fspclient')
-rw-r--r-- | net/fspclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index f82660bdd5c0..e6f08ddd98e4 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -3,12 +3,13 @@ # Date created: 7 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.2 1994/11/06 16:26:30 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1994/11/07 17:29:02 ache Exp $ # DISTNAME= fspclient.0.0-h+ EXTRACT_SUFX= .tar.z MASTER_SITES= ftp://ftp.robots.ox.ac.uk/pub/ox.src/fspclient/ +CATEGORIES+= networking WRKSRC= ${WRKDIR}/fspclient GNU_CONFIGURE= YES |