diff options
Diffstat (limited to 'converters/unix2dos/Makefile')
-rw-r--r-- | converters/unix2dos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index 8f0224fd29c6..c6cc34dd4592 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -13,6 +13,7 @@ MAN1= unix2dos.1 dos2unix.1 PLIST_FILES= bin/dos2unix bin/unix2dos NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix |