diff options
author | jmmv <jmmv> | 2003-09-26 11:20:27 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-26 11:20:27 +0000 |
commit | 3dee203a270d3a5221fae801befe44d303beeb48 (patch) | |
tree | fdcc61d3e33c05233bdd234cfb8eca1f592453d9 | |
parent | 4172bc1a5f9fd8b79f07431bd2b286f9657a912a (diff) | |
download | pkgsrc-3dee203a270d3a5221fae801befe44d303beeb48.tar.gz |
Reimplace removal of ${PREFIX}/doc after installation.
(Note that anyway, maradns' installation process is screwed up. It uses
cp and mkdir to install things, it copies useless stuff like Makefiles,
installs duplicates of manpages, etc...)
-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 |