diff options
author | adam <adam@FreeBSD.org> | 1995-05-05 07:25:53 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-05-05 07:25:53 +0800 |
commit | 3aabdbae3331b314a23056b951e10923ef3d774d (patch) | |
tree | b109c57ce351fa187905561f0bcdc39417f51117 /net/wais | |
parent | 1a08cbba3a78b433b3279b9f5d3660ad75efe04d (diff) | |
download | freebsd-ports-gnome-3aabdbae3331b314a23056b951e10923ef3d774d.tar.gz freebsd-ports-gnome-3aabdbae3331b314a23056b951e10923ef3d774d.tar.zst freebsd-ports-gnome-3aabdbae3331b314a23056b951e10923ef3d774d.zip |
don't install for is_depended: target
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'net/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index ac9bd848dc10..3b497baaff12 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.4 1995/04/01 12:48:49 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/15 05:42:04 asami Exp $ # DISTNAME= freeWAIS-0.3 @@ -12,4 +12,6 @@ MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ GMAKE= yes +is_depended: all + .include <bsd.port.mk> |