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/fasthenry | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/fasthenry')
-rw-r--r-- | cad/fasthenry/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile index 932e05179fa..0c2af9ca61f 100644 --- a/cad/fasthenry/Makefile +++ b/cad/fasthenry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/07/08 15:40:58 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2012/10/08 13:25:12 asau Exp $ # DISTNAME= fasthenry-3.0-12Nov96 @@ -11,8 +11,6 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.rle.mit.edu/cpg/research_codes.htm COMMENT= Three-dimensional inductance extraction program -PKG_DESTDIR_SUPPORT= user-destdir - DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/fasthenry-3.0 |