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/MyHDL-gplcver | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/MyHDL-gplcver')
-rw-r--r-- | cad/MyHDL-gplcver/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/MyHDL-gplcver/Makefile b/cad/MyHDL-gplcver/Makefile index fa5e4266ad7..0a1d4d961ae 100644 --- a/cad/MyHDL-gplcver/Makefile +++ b/cad/MyHDL-gplcver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/04/13 16:14:10 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/08 13:25:10 asau Exp $ # DISTNAME= myhdl-0.7 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html COMMENT= GPL Cver cosimulation support for py-MyHDL -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DIRS+= cosimulation/cver MAKE_FILE= makefile.lnx |