pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/maradns Reimplace removal of ${PREFIX}/doc after i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c4b09b180c
branches:  trunk
changeset: 462121:90c4b09b180c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Sep 26 11:20:27 2003 +0000

description:
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...)

diffstat:

 net/maradns/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c010c31eb15c -r 90c4b09b180c net/maradns/Makefile
--- a/net/maradns/Makefile      Fri Sep 26 11:03:16 2003 +0000
+++ b/net/maradns/Makefile      Fri Sep 26 11:20:27 2003 +0000
@@ -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 @@
 
 post-install:
        ${MV} ${PREFIX}/doc/${DISTNAME} ${PREFIX}/share/doc/maradns
+       ${RMDIR} ${PREFIX}/doc
        ${MV} ${PREFIX}/share/doc/maradns/examples \
                ${PREFIX}/share/examples/maradns
 



Home | Main Index | Thread Index | Old Index