Move pre-install out of the way.
This commit is contained in:
parent
0c4dc05e18
commit
d25f133154
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user