pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-gunicorn www/py-gunicorn: Set INSTALLATION_DIRS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29fc7becd45a
branches:  trunk
changeset: 371509:29fc7becd45a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 14 00:28:00 2017 +0000

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

List directories containing ${PKGBASE} in INSTALLATION_DIRS explicitly.

diffstat:

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

diffs (18 lines):

diff -r 90e63851faa8 -r 29fc7becd45a www/py-gunicorn/Makefile
--- a/www/py-gunicorn/Makefile  Mon Nov 13 19:36:26 2017 +0000
+++ b/www/py-gunicorn/Makefile  Tue Nov 14 00:28:00 2017 +0000
@@ -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 @@
 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