diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /security/fprot-workstation-bin | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 2541f5a2b7e..4a83e965691 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/21 04:10:18 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:31 jlam Exp $ # DISTNAME= #defined @@ -64,6 +64,8 @@ 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" +INSTALLATION_DIRS= bin man/man1 man/man8 sbin + .if ${OPSYS} == "NetBSD" pre-install: ${RM} -f ${WRKSRC}/doc_ws/norm_scan.gif |