pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nevow



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 22 21:31:15 UTC 2020

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

Log Message:
py-nevow: python/application.mk is not needed any more


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-nevow/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-nevow/Makefile
diff -u pkgsrc/www/py-nevow/Makefile:1.28 pkgsrc/www/py-nevow/Makefile:1.29
--- pkgsrc/www/py-nevow/Makefile:1.28   Fri May 22 20:47:22 2020
+++ pkgsrc/www/py-nevow/Makefile        Fri May 22 21:31:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/05/22 20:47:22 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2020/05/22 21:31:15 adam Exp $
 
 DISTNAME=      Nevow-0.14.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -21,6 +21,5 @@ INSTALLATION_DIRS+=   share/doc
 post-install:
        cd ${DESTDIR}${PREFIX} && ${MV} doc share/doc/py-nevow
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index