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 | 90a59f44913f74f8b06e96c229c8c16be8f0cd5d (patch) | |
tree | 394746068028ecd760849eba93abb01dfd5bea17 /cad/cascade | |
parent | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (diff) | |
download | pkgsrc-90a59f44913f74f8b06e96c229c8c16be8f0cd5d.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/cascade')
-rw-r--r-- | cad/cascade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index a195cdfda76..350cbd42f94 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/08 13:25:11 asau Exp $ # DISTNAME= cascade-1.4 @@ -11,7 +11,6 @@ HOMEPAGE= http://rfcascade.sourceforge.net/ COMMENT= Simple tool to analyze noise and distortion of a RF system PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES |