pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dtach Pre-create directories used in the do-insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42e8ab0f80c3
branches:  trunk
changeset: 529967:42e8ab0f80c3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 14 01:09:42 2007 +0000

description:
Pre-create directories used in the do-install target.

diffstat:

 misc/dtach/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0b1fe8d03d71 -r 42e8ab0f80c3 misc/dtach/Makefile
--- a/misc/dtach/Makefile       Wed Jun 13 23:56:11 2007 +0000
+++ b/misc/dtach/Makefile       Thu Jun 14 01:09:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/06/13 23:56:11 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/14 01:09:42 jlam Exp $
 
 DISTNAME=      dtach-0.7
 CATEGORIES=    misc
@@ -14,6 +14,8 @@
 DOCS=          COPYING README dtach.spec
 DOCDIR=                ${PREFIX}/share/doc/${PKGBASE}
 
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC:Q}/dtach ${PREFIX:Q}/bin
        ${INSTALL_MAN} ${WRKSRC:Q}/dtach.1 ${PREFIX:Q}/${PKGMANDIR:Q}/man1



Home | Main Index | Thread Index | Old Index