summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorheinz <heinz>2007-09-18 19:59:38 +0000
committerheinz <heinz>2007-09-18 19:59:38 +0000
commite2aa03e0132689cb4ec44eca7bc1f4c72ca71b52 (patch)
tree36b99e17bb9e809f0d0659023aea1d3061b190fd /net
parente641429c1c341e1d1058a3d993406980235dbb0f (diff)
downloadpkgsrc-e2aa03e0132689cb4ec44eca7bc1f4c72ca71b52.tar.gz
Changed hard link to symbolic link. Otherwise people using MANZ get two
distinct files.
Diffstat (limited to 'net')
-rw-r--r--net/microdc2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/microdc2/Makefile b/net/microdc2/Makefile
index 982b29420f4..e540a41004f 100644
--- a/net/microdc2/Makefile
+++ b/net/microdc2/Makefile
@@ -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 @@ USE_TOOLS+= ln msgfmt msgmerge
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"