pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-gunicorn



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Nov 14 00:28:00 UTC 2017

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

Log Message:
www/py-gunicorn: Set INSTALLATION_DIRS for non-static paths

List directories containing ${PKGBASE} in INSTALLATION_DIRS explicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-gunicorn/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-gunicorn/Makefile
diff -u pkgsrc/www/py-gunicorn/Makefile:1.10 pkgsrc/www/py-gunicorn/Makefile:1.11
--- pkgsrc/www/py-gunicorn/Makefile:1.10        Fri Nov  3 14:39:27 2017
+++ pkgsrc/www/py-gunicorn/Makefile     Tue Nov 14 00:28:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/11/03 14:39:27 leot Exp $
+# $NetBSD: Makefile,v 1.11 2017/11/14 00:28:00 minskim Exp $
 
 DISTNAME=      gunicorn-19.7.1
 PKGREVISION=   1
@@ -20,6 +20,8 @@ DOCDIR=               ${PREFIX}/share/doc/${PKGBASE}
 EXAMPLESDIR=   ${PREFIX}/share/examples/${PKGBASE}
 AUTO_MKDIRS=   yes
 
+INSTALLATION_DIRS+=    share/doc/${PKGBASE} share/examples/${PKGBASE}
+
 post-install:
        cd ${WRKSRC}/docs/source && pax -wr -pma *.rst  \
                ${DESTDIR}${DOCDIR}



Home | Main Index | Thread Index | Old Index