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/dinotrace/Makefile | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 7be8037408e..5adb21ca0b0 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/10/03 21:53:59 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/08 13:25:11 asau Exp $ # DISTNAME= dinotrace-9.3c @@ -11,8 +11,6 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= Tool for viewing the output of digital simulators -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES INFO_FILES= YES USE_TOOLS+= gmake perl |