diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:25:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:25:10 +0000 |
commit | fb4689d69ea11faa910f7286f74daca6097ab9db (patch) | |
tree | 394746068028ecd760849eba93abb01dfd5bea17 /cad/tnt-mmtl | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/tnt-mmtl')
-rw-r--r-- | cad/tnt-mmtl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/tnt-mmtl/Makefile b/cad/tnt-mmtl/Makefile index 8f5fd488e78..067b6b9e8f4 100644 --- a/cad/tnt-mmtl/Makefile +++ b/cad/tnt-mmtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/08/21 23:49:18 marino Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/08 13:25:16 asau Exp $ # DISTNAME= tnt-1.2.2 @@ -20,7 +20,6 @@ BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_TOOLS+= autoconf automake gmake |