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.16 diff -u -p -r1.9 -r1.16 --- pkgsrc/security/gpg2dot/Makefile 2005/07/16 01:19:18 1.9 +++ pkgsrc/security/gpg2dot/Makefile 2013/04/06 13:24:20 1.16 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 13:24:20 rodent Exp $ # -DISTNAME= gpg2dot-1.4 +DISTNAME= gpg2dot-1.5 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty @@ -13,8 +14,6 @@ COMMENT= Converts your GnuPG keyring to USE_LANGUAGES= # empty USE_TOOLS+= perl:run -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes NO_CONFIGURE= yes DISTVER= ${DISTNAME:S/gpg2dot-//} @@ -27,20 +26,20 @@ do-extract: # ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in do-build: -.for FILE in gpg2dot +.for file in gpg2dot ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@DISTVER@|${DISTVER}|g' \ - < ${WRKSRC}/${FILE}.pl \ - > ${WRKSRC}/${FILE} + < ${WRKSRC}/${file}.pl \ + > ${WRKSRC}/${file} .endfor -#.for FILE in gpg2dot +#.for file in gpg2dot # ${SED} -e '' \ -# < ${WRKSRC}/${FILE}.1.in \ -# > ${WRKSRC}/${FILE}.1 +# < ${WRKSRC}/${file}.1.in \ +# > ${WRKSRC}/${file}.1 #.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"