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/mail/pine-pgp-filters/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/pine-pgp-filters/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.9 diff -u -p -r1.1.1.1 -r1.9 --- pkgsrc/mail/pine-pgp-filters/Makefile 2004/06/05 21:42:36 1.1.1.1 +++ pkgsrc/mail/pine-pgp-filters/Makefile 2008/06/12 21:46:44 1.9 @@ -1,22 +1,36 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 21:42:36 reed Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/12 21:46:44 abs Exp $ # -DISTNAME= pine-pgp-filters-1.1 +DISTNAME= pine-pgp-filters-1.6 CATEGORIES= security mail -MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ +MASTER_SITES= http://dougbarton.us/PGP/scripts/ppf/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://dougbarton.net/FreeBSD/Downloads/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://dougbarton.us/PGP/scripts/ppf/ COMMENT= Filters to integrate Pine with gnupg or pgp +PKG_DESTDIR_SUPPORT= user-destdir + HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} -NO_BUILD= yes +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} + +DOCDIR= ${PREFIX}/share/doc/pine-pgp-filters +DOCFILES= BUGS CHANGES INSTALL LICENSE README + +INSTALLATION_DIRS= ${DOCDIR} + +post-build: +.for f in ${DOCFILES} + ${SED} 's:/usr/local:${PREFIX}:g' ${WRKSRC}/${f} > ${WRKSRC}/${f}.gen +.endfor + +pre-install: + ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/libexec post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine-pgp-filters -.for f in BUGS CHANGES INSTALL LICENSE README - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pine-pgp-filters/ +.for f in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${f}.gen ${DESTDIR}${DOCDIR}/${f} .endfor .include "../../mk/bsd.pkg.mk"