diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 16:35:13 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-06 16:35:13 +0000 |
| commit | 846ea1e4cf77a0af991bfbf4f871459e61844a26 (patch) | |
| tree | 54681d3a1aa1c82668af736b860348aadf68df78 /emulators/mtools/Makefile | |
| parent | 5299cd1d891aba8e4bbf2a94e3bb736864ec7889 (diff) | |
Notes
Diffstat (limited to 'emulators/mtools/Makefile')
| -rw-r--r-- | emulators/mtools/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 52122391290c..ee88ba50cd0a 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -7,11 +7,15 @@ PORTNAME= mtools PORTVERSION= 3.9.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \ http://mtools.linux.lu/ +PATCH_SITES= http://mtools.linux.lu/ +PATCHFILES= mtools-3.9.7-20001213.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= jmz@FreeBSD.org GNU_CONFIGURE= yes @@ -38,7 +42,7 @@ 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 + @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc/mtools.conf.sample @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir |
