pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-py2app



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 28 15:45:36 UTC 2016

Modified Files:
        pkgsrc/devel/py-py2app: Makefile

Log Message:
Remove unnecessary PLIST_SUBST, now provided by infrastructure.


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

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

Modified files:

Index: pkgsrc/devel/py-py2app/Makefile
diff -u pkgsrc/devel/py-py2app/Makefile:1.5 pkgsrc/devel/py-py2app/Makefile:1.6
--- pkgsrc/devel/py-py2app/Makefile:1.5 Wed Jun  8 17:43:27 2016
+++ pkgsrc/devel/py-py2app/Makefile     Sun Aug 28 15:45:36 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:27 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/28 15:45:36 wiz Exp $
 
 DISTNAME=      py2app-0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,6 @@ DEPENDS+=     ${PYPKGPREFIX}-macholib>=1.5:.
 
 ONLY_FOR_PLATFORM=     Darwin-*-*
 
-PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
-
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/py2applet \
                ${DESTDIR}${PREFIX}/bin/py2applet${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index