ecdc8972fb
from mpech@ whose mailprovider blocked my answer to his request for update
21 lines
564 B
Makefile
21 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.10 2005/07/22 17:40:28 sturm Exp $
|
|
|
|
VERSION= 1.0.28
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/ \
|
|
http://maradns.3va.net/download/ \
|
|
http://maradns.glou.net/download/
|
|
|
|
post-configure:
|
|
@perl -pi -e "s,/etc,${SYSCONFDIR},g" ${WRKSRC}/maragen/mararc.m4 \
|
|
${WRKSRC}/parse/ParseMaraRc.c ${WRKSRC}/doc/en/examples/ex*
|
|
@perl -pi -e "s, = 99, = 537," ${WRKSRC}/doc/en/examples/ex*
|
|
|
|
post-install:
|
|
@mv ${PREFIX}/share/doc/maradns/examples \
|
|
${PREFIX}/share/examples/maradns
|
|
|
|
.include <bsd.port.mk>
|