diff options
author | dmcmahill <dmcmahill> | 2004-02-17 02:52:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-02-17 02:52:35 +0000 |
commit | be0ac53da99cb9f2543790672067e1b7a3816eae (patch) | |
tree | a6b3af8adc3da59595e83655c0c061a438b6eb68 /cad | |
parent | 7cfe75bf88c6a49df5e27c4ec15fe14e38712fdd (diff) | |
download | pkgsrc-be0ac53da99cb9f2543790672067e1b7a3816eae.tar.gz |
enable pkgviews
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mcalc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/mcalc/Makefile b/cad/mcalc/Makefile index ea46adc8b32..df3efa7f900 100644 --- a/cad/mcalc/Makefile +++ b/cad/mcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/17 02:52:35 dmcmahill Exp $ # DISTNAME= mcalc-1.5 @@ -9,6 +9,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://mcalc.sourceforge.net/ COMMENT= JavaScript based microstrip analysis/synthesis calculator +PKG_INSTALLATION_TYPES= overwrite pkgviews + NO_BUILD= yes MCALCBASE?= share/${PKGNAME} |