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/net/fpdns/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/net/fpdns/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/net/fpdns/Makefile 2007/09/08 12:03:07 1.1 +++ pkgsrc/net/fpdns/Makefile 2010/02/11 20:53:48 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/09/08 12:03:07 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/11 20:53:48 joerg Exp $ # DISTNAME= fpdns-0.9.1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rfc.se/fpdns/ COMMENT= Fingerprinting DNS servers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS WRKSRC= ${WRKDIR} @@ -21,7 +23,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-build: do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/fpdns.pl ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fpdns.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk"