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/proxsmtp/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/proxsmtp/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/mail/proxsmtp/Makefile 2006/03/14 16:00:41 1.7 +++ pkgsrc/mail/proxsmtp/Makefile 2008/06/12 02:14:35 1.8 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/14 16:00:41 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:35 joerg Exp $ DISTNAME= proxsmtp-1.0 PKGREVISION= 1 @@ -9,22 +9,25 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://memberwebs.com/nielsen/software/proxsmtp/ COMMENT= SMTP proxy content filter +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/${PKGBASE} CONF_FILES= ${EGDIR}/proxsmtpd.conf ${PKG_SYSCONFDIR}/proxsmtpd.conf RCD_SCRIPTS= proxsmtpd +INSTALLATION_DIRS= ${EGDIR} + .include "../../mk/pthread.buildlink3.mk" post-install: - ${INSTALL_DATA_DIR} ${EGDIR} for file in \ doc/proxsmtpd.conf \ scripts/add_header.sh \ scripts/spamassassin.sh; \ do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${EGDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/$$file ${DESTDIR}${EGDIR}; \ done .include "../../mk/bsd.pkg.mk"