summaryrefslogtreecommitdiff
path: root/security/amavis
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commit62d306b057537feb1ef4749c60334699ef7f07d1 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /security/amavis
parentcbac1b2142ffeda168356e0a85c33829123f805b (diff)
downloadpkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'security/amavis')
-rw-r--r--security/amavis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile
index 36ce74817c7..fef56f3d2e3 100644
--- a/security/amavis/Makefile
+++ b/security/amavis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/21 17:20:05 martti Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:31 jlam Exp $
#
DISTNAME= amavis-0.2.1
@@ -33,6 +33,8 @@ CONFIGURE_ENV+= procmail="/usr/libexec/mail.local"
CONFIGURE_ARGS+=--with-virusdir=${VIRUSDIR}
CONFIGURE_ARGS+=--with-mailto=${VIRUSMAILTO}
+INSTALLATION_DIRS= bin sbin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/zipsecure/zipsecure ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/securetar/securetar ${PREFIX}/bin