diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /mail/sma/Makefile | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'mail/sma/Makefile')
-rw-r--r-- | mail/sma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index ab19294b822..a7a9c90475d 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:58:08 jlam Exp $ DISTNAME= sma-1.3.2 CATEGORIES= mail @@ -19,6 +19,7 @@ BUILD_TARGET= sma .if empty(LOWER_OPSYS:Mirix5*) CFLAGS+= -DUSE_REGEXP .endif +INSTALLATION_DIRS= bin man/man8 do-install: cd ${WRKSRC}; \ |