diff options
-rw-r--r-- | net/maradns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile index c4a93fda45e..ed1850c4179 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/09/26 10:11:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2003/09/26 11:20:27 jmmv Exp $ DISTNAME= maradns-1.0.18 CATEGORIES= net @@ -17,6 +17,7 @@ CONF_FILES= ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc post-install: ${MV} ${PREFIX}/doc/${DISTNAME} ${PREFIX}/share/doc/maradns + ${RMDIR} ${PREFIX}/doc ${MV} ${PREFIX}/share/doc/maradns/examples \ ${PREFIX}/share/examples/maradns |