pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mush The directory share/misc must be pre-created...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8171d722ff49
branches:  trunk
changeset: 519751:8171d722ff49
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 09 02:41:11 2006 +0000

description:
The directory share/misc must be pre-created, otherwise it will be a
regular file after installation. PKGREVISION++.

diffstat:

 mail/mush/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c528aae4e753 -r 8171d722ff49 mail/mush/Makefile
--- a/mail/mush/Makefile        Mon Oct 09 02:37:32 2006 +0000
+++ b/mail/mush/Makefile        Mon Oct 09 02:41:11 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2006/04/22 09:22:11 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2006/10/09 02:41:11 rillig Exp $
 
 DISTNAME=      mush-7.2.5
 PKGNAME=       mush-7.2.6.b4.pl1
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://cse.ogi.edu/pub/mush/
 EXTRACT_SUFX=  .tar.Z
@@ -27,6 +28,8 @@
 DIST_SUBDIR=   mush
 BUILD_TARGET=  mush
 
+INSTALLATION_DIRS=     bin share/misc
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "DragonFly"



Home | Main Index | Thread Index | Old Index