diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /net/wais | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Notes
Diffstat (limited to 'net/wais')
-rw-r--r-- | net/wais/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index 6ed52ba12f8e..ac9bd848dc10 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,12 +3,13 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.3 1995/03/19 12:32:54 ats Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:48:49 jkh Exp $ # DISTNAME= freeWAIS-0.3 -MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ CATEGORIES+= networking +MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ + GMAKE= yes .include <bsd.port.mk> |