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/fastcap | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/fastcap')
-rw-r--r-- | cad/fastcap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index e90e7f630d5..0a47bc93320 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/02/16 11:18:04 hans Exp $ +# $NetBSD: Makefile,v 1.37 2012/10/08 13:25:12 asau Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -18,7 +18,6 @@ BUILD_DEPENDS+= tex-bibtex>=0.99c:../../print/tex-bibtex BUILD_DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin BUILD_DEPENDS+= tex-metapost>=1.212:../../graphics/tex-metapost -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no EXTRACT_USING= bsdtar |