diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-27 12:54:06 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-27 12:54:06 +0000 |
commit | fc91d4439a21acb1a6a9f2be02ff13ed3e31a249 (patch) | |
tree | ee77d62e511d7bd99c47942d2a076f84847e8ff3 /net/unison/Makefile | |
parent | ca8dec3a0be11d9604897a6eef0fcae6d9c9b19d (diff) | |
download | pkgsrc-fc91d4439a21acb1a6a9f2be02ff13ed3e31a249.tar.gz |
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 (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 3e091076002..5bd97080f58 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -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 @@ MAKE_FLAGS+= THREADS=true 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 |