pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/thew Needs directories pre-created. Based on the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15e9620340f6
branches:  trunk
changeset: 536228:15e9620340f6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Dec 07 05:28:30 2007 +0000

description:
Needs directories pre-created. Based on the patch by Aleksey Cheusov on
pkgsrc-users.

diffstat:

 games/thew/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r db078c4c44a8 -r 15e9620340f6 games/thew/Makefile
--- a/games/thew/Makefile       Fri Dec 07 05:25:25 2007 +0000
+++ b/games/thew/Makefile       Fri Dec 07 05:28:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 18:14:20 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/07 05:28:30 rillig Exp $
 
 DISTNAME=              thew-1.1.1
 PKGREVISION=           2
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://thew.sourceforce.net/
 COMMENT=               The hermit worm
 
+AUTO_MKDIRS=           yes
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/thew ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/thew.6 ${PREFIX}/${PKGMANDIR}/man6



Home | Main Index | Thread Index | Old Index