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/mftrace | |
parent | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (diff) | |
download | pkgsrc-94f1d25ddf1726f61062432f11fca271efd4f47d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/mftrace')
-rw-r--r-- | fonts/mftrace/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 947e1fc0534..d060a14ccdf 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/03/15 11:53:27 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/03 18:28:27 asau Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 2 @@ -15,8 +15,6 @@ DEPENDS+= potrace>=1.5:../../graphics/potrace DEPENDS+= fontforge>=20041115:../../fonts/fontforge DEPENDS+= t1utils>=1.27:../../fonts/t1utils -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |