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/qpopper/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/qpopper/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- pkgsrc/mail/qpopper/Makefile 2005/12/05 14:13:05 1.52 +++ pkgsrc/mail/qpopper/Makefile 2005/12/05 23:55:11 1.53 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/12/05 14:13:05 taca Exp $ +# $NetBSD: Makefile,v 1.53 2005/12/05 23:55:11 rillig Exp $ # DISTNAME= qpopper${VERSION} @@ -16,8 +16,8 @@ COMMENT= Qualcomm's POP server for Eudo .include "Makefile.common" -CONFIGURE_ARGS+= --enable-apop=${QPOPPER_APOP_AUTH} \ - --enable-popuid=${QPOPPER_USER} \ +CONFIGURE_ARGS+= --enable-apop=${QPOPPER_APOP_AUTH:Q} \ + --enable-popuid=${QPOPPER_USER:Q} \ --disable-update-abort --without-gdbm .include "options.mk" @@ -28,7 +28,7 @@ QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/ap DB_SUFFIX?= db .if defined(QPOPPER_SPOOL_DIR) -CONFIGURE_ARGS+= --enable-spool-dir=${QPOPPER_SPOOL_DIR} +CONFIGURE_ARGS+= --enable-spool-dir=${QPOPPER_SPOOL_DIR:Q} .endif USE_PKGINSTALL= yes