pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison Do not generate INSTALL at post-install sta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9825262918
branches:  trunk
changeset: 501736:cb9825262918
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Oct 27 12:54:06 2005 +0000

description:
Do not generate INSTALL at post-install stage: unison requires a preference
directory or try to create it: it causes the build to fail under darwin

More: the INSTALL file is not necessary, since unison -doc install will show it

diffstat:

 net/unison/Makefile |  5 ++---
 net/unison/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 52b3450fc26d -r cb9825262918 net/unison/Makefile
--- a/net/unison/Makefile       Thu Oct 27 12:15:31 2005 +0000
+++ b/net/unison/Makefile       Thu Oct 27 12:54:06 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2005/09/27 14:46:08 tonio Exp $
+# $NetBSD: Makefile,v 1.29 2005/10/27 12:54:06 tonio Exp $
 
 DISTNAME=      unison-2.13.16
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/
 
@@ -36,12 +37,10 @@
 INSTALLATION_DIRS=     bin
 
 post-install:
-               @cd ${WRKSRC} && ./unison -doc install > INSTALL
                ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/BUGS.txt ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/CONTRIB ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/unison
-               ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/unison
                ${INSTALL_MAN} ${WRKSRC}/ROADMAP.txt ${PREFIX}/share/doc/unison
diff -r 52b3450fc26d -r cb9825262918 net/unison/PLIST
--- a/net/unison/PLIST  Thu Oct 27 12:15:31 2005 +0000
+++ b/net/unison/PLIST  Thu Oct 27 12:54:06 2005 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2005/09/27 14:46:08 tonio Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/10/27 12:54:06 tonio Exp $
 bin/unison
 share/doc/unison/BUGS.txt
 share/doc/unison/CONTRIB
 share/doc/unison/COPYING
-share/doc/unison/INSTALL
 share/doc/unison/NEWS
 share/doc/unison/README
 share/doc/unison/ROADMAP.txt



Home | Main Index | Thread Index | Old Index