pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/microdc2 Changed hard link to symbolic link. Other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78a523fb7d01
branches:  trunk
changeset: 533416:78a523fb7d01
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Sep 18 19:59:38 2007 +0000

description:
Changed hard link to symbolic link. Otherwise people using MANZ get two
distinct files.

diffstat:

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

diffs (22 lines):

diff -r 1c17d73c31f1 -r 78a523fb7d01 net/microdc2/Makefile
--- a/net/microdc2/Makefile     Tue Sep 18 19:44:40 2007 +0000
+++ b/net/microdc2/Makefile     Tue Sep 18 19:59:38 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/09/16 15:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/18 19:59:38 heinz Exp $
 #
 
 DISTNAME=      microdc2-0.15.6
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://corsair626.no-ip.org/microdc/
 
@@ -22,7 +23,7 @@
 
 post-install:
        cd ${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR}/man1 && \
-               ln microdc.1 microdc2.1
+               ln -s microdc.1 microdc2.1
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index