diff options
author | tron <tron> | 1998-08-15 07:51:31 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-15 07:51:31 +0000 |
commit | c2b29419deb097216d89fc12c8a2e634f4da4362 (patch) | |
tree | eddf82d32a5dc1daf0fbb1392891e7be8ebfb480 /sysutils/mtools | |
parent | 565100d2a5b8bae3fa2d7f4640c9101fa82825fd (diff) | |
download | pkgsrc-c2b29419deb097216d89fc12c8a2e634f4da4362.tar.gz |
Create link required for applying patch file in "pre-patch:" target.
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 715265deb98..cb43e47433c 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/08/14 23:14:08 tron Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/15 07:51:31 tron Exp $ # DISTNAME= mtools-3.9.1 @@ -16,7 +16,7 @@ USE_GMAKE= yes INFO_FILES= mtools.info -post-extract: +pre-patch: @${LN} -s . ${WRKSRC}/mtools post-patch: |