diff options
author | agc <agc@pkgsrc.org> | 1998-02-27 10:33:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-27 10:33:14 +0000 |
commit | 57a24259e927b9e884968a60d5f02723e883787a (patch) | |
tree | 59cc7e21d91baffc54fa292fb0fb39d379176855 /net/zephyr | |
parent | 30c32337884a9ec7db17d8f27a246a62b13ccb08 (diff) | |
download | pkgsrc-57a24259e927b9e884968a60d5f02723e883787a.tar.gz |
Add NetBSD RCS Id.
Sort out configure args.
Set GNU_CONFIGURE, not HAS_CONFIGURE, so that --prefix is recognised.
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index 4b9b3d9302f..9a135a92107 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,6 +3,7 @@ # Date created: 1-Aug-1995 # Whom: pst # +# $NetBSD: Makefile,v 1.2 1998/02/27 10:33:14 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/07/10 15:50:55 pst Exp # @@ -13,10 +14,10 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/ MAINTAINER= ports@FreeBSD.org .if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) -CONFIGURE_ARGS="--with-krb4" +CONFIGURE_ARGS+="--with-krb4" .endif -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAN1= zephyr.1 xzwrite.1 zaway.1 zctl.1 zleave.1 zlocate.1 \ zmailnotify.1 znol.1 zwgc.1 zwrite.1 MAN8= syslogd.8 zpopnotify.8 zshutdown_notify.8 zstat.8 \ |