fixup Makefile

This commit is contained in:
brad 1999-03-22 01:39:49 +00:00
parent 18ec82a14d
commit 11abf5c0c2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 1999/03/17 03:46:25 brad Exp $
# $OpenBSD: Makefile,v 1.7 1999/03/22 01:39:49 brad Exp $
DISTNAME= leafnode-1.9.2
CATEGORIES= news
@ -12,7 +12,12 @@ SYSCONFDIR= /etc/leafnode
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${SYSCONFDIR} --localstatedir=/var
.include <bsd.port.mk>
MAN1= newsq.1
MAN8= fetch.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8
update: install
(cd $(WRKSRC) && make update)
.include <bsd.port.mk>