aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-19 20:32:54 +0800
committerats <ats@FreeBSD.org>1995-03-19 20:32:54 +0800
commit058c07ebd0443b0381489e77b828c3b9497fb620 (patch)
treec78898aac44cf35323d1580b4f31342d330cdaa3
parentaf97b7920f90eacfcda3876085a75f3bb2e246b9 (diff)
downloadfreebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.tar.gz
freebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.tar.zst
freebsd-ports-gnome-058c07ebd0443b0381489e77b828c3b9497fb620.zip
Change the Makefile to use gmake instead of make to prevent all the
error messages from make.
-rw-r--r--net/wais/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile
index c58f2c808590..fa7bf49b7689 100644
--- a/net/wais/Makefile
+++ b/net/wais/Makefile
@@ -3,10 +3,11 @@
# Date created: 20 Sep 1994
# Whom: adam
#
-# $Id: Makefile,v 1.1.1.1 1994/09/23 20:14:57 adam Exp $
+# $Id: Makefile,v 1.2 1994/09/25 19:12:03 adam Exp $
#
DISTNAME= freeWAIS-0.3
MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/
+GMAKE= yes
.include <bsd.port.mk>