pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-werkzeug DOCDIR is unused, fixes install.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c12ab02cb94d
branches:  trunk
changeset: 366292:c12ab02cb94d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 10 07:14:27 2017 +0000

description:
DOCDIR is unused, fixes install.

diffstat:

 www/py-werkzeug/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ee7ccdf501e -r c12ab02cb94d www/py-werkzeug/Makefile
--- a/www/py-werkzeug/Makefile  Thu Aug 10 05:41:52 2017 +0000
+++ b/www/py-werkzeug/Makefile  Thu Aug 10 07:14:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/05/31 08:24:38 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/08/10 07:14:27 jperkin Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 
@@ -23,7 +23,7 @@
 
 PLIST_SUBST+=  EGDIR=${EGDIR}
 
-INSTALLATION_DIRS+=    ${DOCDIR} ${EGDIR}
+INSTALLATION_DIRS+=    ${EGDIR}
 
 post-install:
 .for i in console.png less.png more.png source.png



Home | Main Index | Thread Index | Old Index