pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-onionbalance



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 25 05:58:16 UTC 2020

Modified Files:
        pkgsrc/net/py-onionbalance: Makefile

Log Message:
py-onionbalance: python/application.mk not longer needed


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-onionbalance/Makefile

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

Modified files:

Index: pkgsrc/net/py-onionbalance/Makefile
diff -u pkgsrc/net/py-onionbalance/Makefile:1.5 pkgsrc/net/py-onionbalance/Makefile:1.6
--- pkgsrc/net/py-onionbalance/Makefile:1.5     Mon May 25 05:41:53 2020
+++ pkgsrc/net/py-onionbalance/Makefile Mon May 25 05:58:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/25 05:41:53 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/25 05:58:16 adam Exp $
 
 DISTNAME=      OnionBalance-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -35,6 +35,5 @@ post-install:
        ${MV} onionbalance onionbalance-${PYVERSSUFFIX} && \
        ${MV} onionbalance-config onionbalance-config-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index