pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/epydoc Make sure the ${PREFIX}/share/doc/epydoc ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f2aa3987ce7
branches:  trunk
changeset: 477234:6f2aa3987ce7
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jun 28 13:14:09 2004 +0000

description:
Make sure the ${PREFIX}/share/doc/epydoc directory exists before
trying to install in it.

diffstat:

 devel/epydoc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e368117efbcd -r 6f2aa3987ce7 devel/epydoc/Makefile
--- a/devel/epydoc/Makefile     Mon Jun 28 13:02:21 2004 +0000
+++ b/devel/epydoc/Makefile     Mon Jun 28 13:14:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/03/28 21:27:58 darcy Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/28 13:14:09 kristerw Exp $
 # FreeBSD Id: ports/devel/epydoc/Makefile,v 1.1 2003/12/29 07:07:37 ijliao Exp
 
 DISTNAME=      epydoc-2.0
@@ -15,6 +15,7 @@
 EPYDOCDIR=     ${PREFIX}/share/doc/epydoc
 
 post-install:
+       ${INSTALL_DATA_DIR} ${EPYDOCDIR}
        cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${EPYDOCDIR}
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index