diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/pine/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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: |