summaryrefslogtreecommitdiff
path: root/converters/unix2dos
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 16:19:16 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 16:19:16 +0000
commit6069a7403f8a29b7212c719c86570591a54e7bec (patch)
treea1e7d4023a1fa89ef86713962aa07e4b4f19eec5 /converters/unix2dos
parent89fbc7b9ae0a2ae9f7cadd569c54a3c78cc63105 (diff)
downloadpkgsrc-6069a7403f8a29b7212c719c86570591a54e7bec.tar.gz
Use symbolic link instead of hard link and fix DESTDIR support at the
same time.
Diffstat (limited to 'converters/unix2dos')
-rw-r--r--converters/unix2dos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile
index 8b1b0c98c56..f1d547579bc 100644
--- a/converters/unix2dos/Makefile
+++ b/converters/unix2dos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/03/03 05:51:08 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/07 16:19:16 joerg Exp $
DISTNAME= unix2dos-1.3
CATEGORIES= converters
@@ -15,7 +15,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unix2dos ${DESTDIR}${PREFIX}/bin/unix2dos
- ${LN} -f ${PREFIX}/bin/unix2dos ${DESTDIR}${PREFIX}/bin/dos2unix
+ ${LN} -sf unix2dos ${DESTDIR}${PREFIX}/bin/dos2unix
${INSTALL_MAN} ${WRKSRC}/man1/unix2dos.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/man1/dos2unix.1 \