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/security/gpg2dot/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/gpg2dot/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.11 diff -u -p -r1.9 -r1.11 --- pkgsrc/security/gpg2dot/Makefile 2005/07/16 01:19:18 1.9 +++ pkgsrc/security/gpg2dot/Makefile 2008/06/20 01:09:33 1.11 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:33 joerg Exp $ # DISTNAME= gpg2dot-1.4 @@ -10,6 +10,8 @@ MAINTAINER= lukem@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html COMMENT= Converts your GnuPG keyring to a graph of associations +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty USE_TOOLS+= perl:run @@ -40,7 +42,7 @@ do-build: #.endfor do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${PREFIX}/bin/gpg2dot -# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/gpg2dot ${DESTDIR}${PREFIX}/bin/gpg2dot +# ${INSTALL_MAN} ${WRKSRC}/gpg2dot.1 ${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk"