pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sather Use "ln -s" instead of "cp -r" for making ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec01528e2397
branches:  trunk
changeset: 535756:ec01528e2397
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 28 07:37:46 2007 +0000

description:
Use "ln -s" instead of "cp -r" for making DragonFly equivalent to
NetBSD, since the latter command doesn't like the inaccessible files
that are created when patching against /dev/null.

diffstat:

 lang/sather/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a1c4db80b08 -r ec01528e2397 lang/sather/Makefile
--- a/lang/sather/Makefile      Wed Nov 28 07:28:27 2007 +0000
+++ b/lang/sather/Makefile      Wed Nov 28 07:37:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/02/20 19:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2007/11/28 07:37:46 rillig Exp $
 
 DISTNAME=              sather-1.2.1
 PKGREVISION=           7
@@ -49,7 +49,7 @@
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-patch:
-       cd ${WRKSRC}/System/Platforms && ${CP} -r netbsd dragonfly
+       ln -s netbsd ${WRKSRC}/System/Platforms/dragonfly
 
 post-build:
        cd ${WRKSRC}/Emacs;                                             \



Home | Main Index | Thread Index | Old Index