diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
commit | 603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch) | |
tree | 85b93e9a4d849775aa1efab701f573dd711aa579 /archivers | |
parent | 5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff) | |
download | pkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.tar.gz |
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-yuicompressor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/py-yuicompressor/Makefile b/archivers/py-yuicompressor/Makefile index 469302016b4..a4a85a9baf4 100644 --- a/archivers/py-yuicompressor/Makefile +++ b/archivers/py-yuicompressor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:28 wiz Exp $ DISTNAME= yuicompressor-2.4.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,6 @@ LICENSE= modified-bsd USE_LANGUAGES= # none PY_PATCHPLIST= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} USE_JAVA= run post-install: |