diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-08 15:26:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-08 15:26:26 +0000 |
commit | a196c3f0f7ea46c0121521bece70203c01a2983c (patch) | |
tree | 17ad1f3d7a4790394cdc9ccba6609364d7149785 /cad/dinotrace/Makefile | |
parent | f4ab2cdc94436a2fea398d0c2fdd5b0568dc3ce7 (diff) | |
download | pkgsrc-a196c3f0f7ea46c0121521bece70203c01a2983c.tar.gz |
user-destdir support
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index b833f50760e..32e90d8fba7 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/03/02 02:44:13 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.41 2009/07/08 15:26:49 joerg Exp $ # DISTNAME= dinotrace-9.3c @@ -10,6 +10,8 @@ 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 |