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/cy2-otp/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/cy2-otp/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- pkgsrc/security/cy2-otp/Makefile 2008/01/18 05:09:36 1.10 +++ pkgsrc/security/cy2-otp/Makefile 2008/08/12 10:16:54 1.11 @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:09:36 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/08/12 10:16:54 obache Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/} PKGREVISION= 1 COMMENT= Cyrus SASL OTP authentication plugin SASL_PLUGIN= yes +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= cyrus-sasl<=2.1.19nb1 .include "../../security/cyrus-sasl/Makefile.common" @@ -18,8 +20,8 @@ BUILD_TARGET= libotp.la .include "../../security/openssl/buildlink3.mk" do-install: - ${INSTALL_DATA_DIR} ${PLUGINDIR} + ${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR} cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \ - ${INSTALL_PROGRAM} libotp.la ${PLUGINDIR} + ${INSTALL_PROGRAM} libotp.la ${DESTDIR}${PLUGINDIR} .include "../../mk/bsd.pkg.mk"