diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
commit | f35b224a5078b2d5edd32939a3659616f6b6b1a2 (patch) | |
tree | 11ff742379fef639c652a8c2c7c8c1de53e583ee /security | |
parent | 566435a644fa9664f84a53e9b16d87d9127b5fb5 (diff) | |
download | pkgsrc-f35b224a5078b2d5edd32939a3659616f6b6b1a2.tar.gz |
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 4 | ||||
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 83dc967aafd..6692c9b7484 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:10 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/21 04:10:18 jlam Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -95,7 +95,7 @@ do-build: replace-interpreter SUBST_CLASSES+= amavisd SUBST_STAGE.amavisd= pre-build -SUBST_FILES.amavisd= ${WRKSRC}/amavisd ${WRKSRC}/amavisd.conf +SUBST_FILES.amavisd= amavisd amavisd.conf SUBST_SED.amavisd= \ -e "s|/etc/amavisd.conf|${PKG_SYSCONFDIR}/amavisd.conf|" \ -e "s|@AMAVIS_DIR@|${AMAVIS_DIR}|g" \ diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 08ee1c917e4..2541f5a2b7e 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:11 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/21 04:10:18 jlam Exp $ # DISTNAME= #defined @@ -60,8 +60,7 @@ DIST_SUBDIR= ${DISTNAME} SUBST_CLASSES+= paths SUBST_MESSAGE.paths= "Configuring default paths." SUBST_STAGE.paths= post-patch -SUBST_FILES.paths+= ${WRKSRC}/tools/check-updates.pl \ - ${WRKSRC}/f-prot.sh +SUBST_FILES.paths+= tools/check-updates.pl f-prot.sh SUBST_SED.paths= -e "s,/usr/local/f-prot,${FPDIR},g" \ -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" |