diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 18:42:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 18:42:52 +0000 |
commit | 821ee82767e8e5c1d8d06a38768ca7a2d35437a1 (patch) | |
tree | 249148e7e704084f9d8cd24f6f3a7730fe23c965 | |
parent | e5345619866058e072c1cfdc2755e003cc9cc75a (diff) | |
download | pkgsrc-821ee82767e8e5c1d8d06a38768ca7a2d35437a1.tar.gz |
add pkgviews
-rw-r--r-- | cad/cascade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index e3b5a2ed592..11702dbadd7 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/14 18:42:52 dmcmahill Exp $ # DISTNAME= cascade-1.4 @@ -9,6 +9,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://rfcascade.sourceforge.net/ COMMENT= Simple tool to analyze noise and distortion of a RF system +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |