diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:46:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:46:46 +0000 |
commit | 660fa88419f2fdf20111d0e96443f76bcae3866d (patch) | |
tree | 29a9a5a4e6af6fbd0fa873ddf2401786a9640ef7 /japanese | |
parent | Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. (diff) |
Add MLINKS support.
PR: 19676
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30319
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mtools/Makefile | 2 | ||||
-rw-r--r-- | japanese/mtools/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/mtools/Makefile b/japanese/mtools/Makefile index 1178e9c08e11..9fda06324556 100644 --- a/japanese/mtools/Makefile +++ b/japanese/mtools/Makefile @@ -29,6 +29,7 @@ MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ mmove.1 mpartition.1 mrd.1 mread.1 mren.1 mshowfat.1 \ mtoolstest.1 mtools.1 mtype.1 mzip.1 MAN5= mtools.5 +MLINKS= mcopy.1 mwrite.1 post-patch: @cd ${WRKSRC}; \ @@ -44,7 +45,6 @@ post-patch: post-install: @# mwrite has been removed by author, but we'll keep it just a bit longer @${LN} -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite - @${LN} -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir diff --git a/japanese/mtools/pkg-plist b/japanese/mtools/pkg-plist index e082a669eefd..cc38859efbde 100644 --- a/japanese/mtools/pkg-plist +++ b/japanese/mtools/pkg-plist @@ -55,5 +55,5 @@ bin/mxtar info/mtools.info @exec install-info %D/info/mtools.info %D/info/dir etc/mtools.conf -@exec ln -fs %D/man/man1/mcopy.1.gz %D/man/man1/mwrite.1.gz -@unexec rm %D/man/man1/mwrite.1.gz +@comment @exec ln -fs %D/man/man1/mcopy.1.gz %D/man/man1/mwrite.1.gz +@comment @unexec rm %D/man/man1/mwrite.1.gz |