pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel patch-ad:1.7 removes the need to pre-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355c24c36eb7
branches:  trunk
changeset: 498948:355c24c36eb7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 06 07:26:35 2005 +0000

description:
patch-ad:1.7 removes the need to pre-create the samples symlink in the
doc directory for installation.

diffstat:

 mail/mutt-devel/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r a158ef2905b5 -r 355c24c36eb7 mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Tue Sep 06 06:07:28 2005 +0000
+++ b/mail/mutt-devel/Makefile  Tue Sep 06 07:26:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/09/03 16:57:07 tonio Exp $
+# $NetBSD: Makefile,v 1.37 2005/09/06 07:26:35 jlam Exp $
 
 DISTNAME=              mutt-1.5.10i
 PKGNAME=               ${DISTNAME:C/i$//}
@@ -80,13 +80,8 @@
                        $$file.save > $$file;                           \
        done
 
-# Pre-create some directories and symlinks used during the installation
-# process.
-#
 pre-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA_DIR} ${DOCDIR}
-       ${RM} -f ${DOCDIR}/samples
-       ${LN} -sf ${EGDIR} ${DOCDIR}/samples
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index