summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-21 04:10:17 +0000
committerjlam <jlam>2005-05-21 04:10:17 +0000
commit238ec521bd38eb82c2336dbdd45076ead470e679 (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /security
parent9402c4cf8218a8a0ad9645ea52630cc92a152cd6 (diff)
downloadpkgsrc-238ec521bd38eb82c2336dbdd45076ead470e679.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'security')
-rw-r--r--security/amavisd-new/Makefile4
-rw-r--r--security/fprot-workstation-bin/Makefile5
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"