pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-werkzeug



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug 10 07:14:27 UTC 2017

Modified Files:
        pkgsrc/www/py-werkzeug: Makefile

Log Message:
DOCDIR is unused, fixes install.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-werkzeug/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-werkzeug/Makefile
diff -u pkgsrc/www/py-werkzeug/Makefile:1.12 pkgsrc/www/py-werkzeug/Makefile:1.13
--- pkgsrc/www/py-werkzeug/Makefile:1.12        Wed May 31 08:24:38 2017
+++ pkgsrc/www/py-werkzeug/Makefile     Thu Aug 10 07:14:27 2017
@@ -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 @@ EGDIR=                share/examples/${PKGBASE}
 
 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