diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /misc/reed | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'misc/reed')
-rw-r--r-- | misc/reed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile index e499e083a3f..ff92b009a0e 100644 --- a/misc/reed/Makefile +++ b/misc/reed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:39 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:22 jlam Exp $ DISTNAME= reed-5.4 PKGREVISION= 2 @@ -18,6 +18,8 @@ REPLACE_PERL= breed fix_bookmarks.pl wrap # wgetnstr() INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-* +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/reed ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/breed ${PREFIX}/bin |