diff options
author | asau <asau> | 2012-10-08 13:25:10 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:25:10 +0000 |
commit | a389a2bbc3a863d5d015cc1049ad4f022d263031 (patch) | |
tree | 394746068028ecd760849eba93abb01dfd5bea17 /cad/spiceprm | |
parent | bd85c991b2565ebe0f181b1d46a65297aba19f04 (diff) | |
download | pkgsrc-a389a2bbc3a863d5d015cc1049ad4f022d263031.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'cad/spiceprm')
-rw-r--r-- | cad/spiceprm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/spiceprm/Makefile b/cad/spiceprm/Makefile index 9a81a45933b..6847de6d97d 100644 --- a/cad/spiceprm/Makefile +++ b/cad/spiceprm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 21:54:00 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/08 13:25:16 asau Exp $ # DISTNAME= spiceprm-0.11 @@ -9,8 +9,6 @@ MASTER_SITES= http://www.ibiblio.org/pub/Linux/apps/circuits/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Spice preprocessor for parameterized subcircuits -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/spiceprm NO_BUILD= YES USE_TOOLS+= perl:run |