pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul  9 10:44:19 UTC 2017

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

Log Message:
PkgSrc clean-ups


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-uwsgi/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-uwsgi/Makefile
diff -u pkgsrc/www/py-uwsgi/Makefile:1.36 pkgsrc/www/py-uwsgi/Makefile:1.37
--- pkgsrc/www/py-uwsgi/Makefile:1.36   Sat Apr  8 12:04:27 2017
+++ pkgsrc/www/py-uwsgi/Makefile        Sun Jul  9 10:44:19 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2017/04/08 12:04:27 adam Exp $
+# $NetBSD: Makefile,v 1.37 2017/07/09 10:44:19 adam Exp $
 
 DISTNAME=      uwsgi-2.0.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    python www
+CATEGORIES=    www python
 MASTER_SITES=  http://projects.unbit.it/downloads/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -23,8 +23,7 @@ INSTALL_ENV+=         UWSGI_PROFILE_OVERRIDE="$
 INSTALLATION_DIRS+=    share/examples/${PYPKGPREFIX}-uwsgi
 
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/uwsgi \
-               ${DESTDIR}${PREFIX}/bin/uwsgi-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} uwsgi uwsgi-${PYVERSSUFFIX} || ${TRUE}
        ${INSTALL_DATA} ${WRKSRC}/examples/* \
                ${DESTDIR}${PREFIX}/share/examples/${PYPKGPREFIX}-uwsgi
 



Home | Main Index | Thread Index | Old Index