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 /chat/amsn/Makefile | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'chat/amsn/Makefile')
-rw-r--r-- | chat/amsn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 7a398ef7ef5..2b29b48f9c0 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= amsn-0_94 @@ -13,6 +13,7 @@ COMMENT= "Alvaro's MSN messenger client" NO_CONFIGURE= YES NO_BUILD= YES +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/amsn |