Move pre-install out of the way.

This commit is contained in:
espie 2000-01-26 22:14:01 +00:00
parent 0c4dc05e18
commit d25f133154
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 1999/04/23 23:40:25 brad Exp $
# $OpenBSD: Makefile,v 1.9 2000/01/26 22:14:01 espie Exp $
DISTNAME= leafnode-1.9.2
CATEGORIES= news
@ -9,11 +9,14 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/news/transport
SYSCONFDIR= /etc/leafnode
GNU_CONFIGURE= yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= --sysconfdir=${SYSCONFDIR} --localstatedir=/var
pre-install:
@perl ${SCRIPTDIR}/pre-install.pl
update: install
(cd $(WRKSRC) && make update)
cd $(WRKSRC) && make update
.include <bsd.port.mk>