Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/cad/fasthenry/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/cad/fasthenry/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- pkgsrc/cad/fasthenry/Makefile 2005/12/05 20:49:51 1.27 +++ pkgsrc/cad/fasthenry/Makefile 2009/07/08 15:40:58 1.28 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/12/05 20:49:51 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/08 15:40:58 joerg Exp $ # DISTNAME= fasthenry-3.0-12Nov96 @@ -11,6 +11,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.rle.mit.edu/cpg/research_codes.htm COMMENT= Three-dimensional inductance extraction program +PKG_DESTDIR_SUPPORT= user-destdir + DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/fasthenry-3.0 @@ -36,4 +38,6 @@ MAKE_ENV+= LIBS=${LIBS:M*:Q} GCC_REQD+= 2.95.3 .endif +INSTALLATION_DIRS= bin + .include "../../mk/bsd.pkg.mk"