diff options
Diffstat (limited to 'cad/ng-spice')
-rw-r--r-- | cad/ng-spice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index bc94d818d14..ecb1ad60cfc 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/01/30 19:48:47 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2008/06/20 01:09:08 joerg Exp $ # DISTNAME= ng-spice-rework-17 @@ -11,6 +11,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://ngspice.sourceforge.net/ COMMENT= Next generation circuit simulation program +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/ng-spice-rework-17 USE_LIBTOOL= YES USE_TOOLS+= gmake makeinfo |