From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- mail/pine/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index eab3f3574c0..b7636b0df86 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2005/04/15 16:36:39 tron Exp $ +# $NetBSD: Makefile,v 1.105 2005/06/16 06:58:03 jlam Exp $ DISTNAME= pine4.62 PKGNAME= pine-4.62 @@ -57,6 +57,8 @@ PINE_LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP" PINE_LDAPLIBS= LDAPLIBS="-lldap -llber" .endif +INSTALLATION_DIRS= bin man/man1 + # Make sure the imap lib that comes with pine isn't # used (see http://www.securityfocus.com/advisories/2646) pre-patch: -- cgit v1.2.3