summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authoragc <agc>1998-02-27 10:33:14 +0000
committeragc <agc>1998-02-27 10:33:14 +0000
commitb57ca75717d3c149b60c0327eea635b2cff8dbf6 (patch)
tree59cc7e21d91baffc54fa292fb0fb39d379176855 /net/zephyr
parent2edb75f9aefd50080602d1be5e5699709e0e2898 (diff)
downloadpkgsrc-b57ca75717d3c149b60c0327eea635b2cff8dbf6.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/Makefile5
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 \