summaryrefslogtreecommitdiff
path: root/security/fprot-workstation-bin
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-21 04:10:17 +0000
committerjlam <jlam>2005-05-21 04:10:17 +0000
commit0cece5588b7eb3b15486fbadc847a43f852e298d (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /security/fprot-workstation-bin
parent22323722d6f38c8d3b512145db5fb3d1bdf46b32 (diff)
downloadpkgsrc-0cece5588b7eb3b15486fbadc847a43f852e298d.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r--security/fprot-workstation-bin/Makefile5
1 files changed, 2 insertions, 3 deletions
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"