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/deliver/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mail/deliver/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- pkgsrc/mail/deliver/Makefile 2012/10/08 12:19:08 1.16 +++ pkgsrc/mail/deliver/Makefile 2018/01/01 18:16:37 1.17 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/08 12:19:08 asau Exp $ +# $NetBSD: Makefile,v 1.17 2018/01/01 18:16:37 rillig Exp $ DISTNAME= deliver-2.1.14 PKGREVISION= 3 @@ -37,8 +37,8 @@ SUBST_CLASSES+= sources SUBST_STAGE.sources= post-patch SUBST_MESSAGE.sources= Fixing source code. SUBST_FILES.sources= config.h deliver.8 conf/os-netbsd.h -SUBST_SED.sources= -e 's,@DELIVER_CONF_PREFIX@,$(PKG_SYSCONFDIR),g' -SUBST_SED.sources+= -e 's,@PREFIX@,$(PREFIX),g' +SUBST_SED.sources= -e 's,@DELIVER_CONF_PREFIX@,${PKG_SYSCONFDIR},g' +SUBST_SED.sources+= -e 's,@PREFIX@,${PREFIX},g' pre-configure: set -e; cd ${WRKSRC}; \