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/spice/Makefile | |
parent | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (diff) | |
download | pkgsrc-fb4689d69ea11faa910f7286f74daca6097ab9db.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index dbf97b21474..c2884e006d7 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/05/14 18:45:54 hans Exp $ +# $NetBSD: Makefile,v 1.46 2012/10/08 13:25:16 asau Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -11,8 +11,6 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ COMMENT= General-purpose circuit simulation program -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} # GPL license used by GNU readline is not compatible # with 4 clause BSD license used by spice. |