diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
commit | 94f1d25ddf1726f61062432f11fca271efd4f47d (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/py-fonttools | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/py-fonttools')
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 8580c12d4b8..6f5e30ddec0 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2011/10/29 11:40:27 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/03 18:28:30 asau Exp $ # DISTNAME= fonttools-2.3 @@ -13,8 +13,6 @@ COMMENT= Library for manipulating fonts DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PKG_DESTDIR_SUPPORT= user-destdir - SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= pre-configure SUBST_FILES.fix-mandir= setup.py |