diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:47:54 +0000 |
commit | 8ee9a3584fefeb3d690ec2549846d609e3607360 (patch) | |
tree | ab0870f15f96ef524cc6ec77f6d6c4bf05347f0c /japanese/mtools | |
parent | f30824b2efbe63d43d2f6c20532432b115efc294 (diff) |
Notes
Diffstat (limited to 'japanese/mtools')
-rw-r--r-- | japanese/mtools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/mtools/Makefile b/japanese/mtools/Makefile index 957cb76b05e3..af3a61e0d70d 100644 --- a/japanese/mtools/Makefile +++ b/japanese/mtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mtools + support 1232KB , Unicode LFN -# Date created: 6 October 1997 -# Whom: WATANABE junya <junya-w@remus.dti.ne.jp> -# +# Created by: WATANABE junya <junya-w@remus.dti.ne.jp> # $FreeBSD$ -# PORTNAME= mtools PORTVERSION= 3.9.6 @@ -34,6 +30,7 @@ MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \ MAN5= mtools.5 MLINKS= mcopy.1 mwrite.1 +NO_STAGE= yes post-patch: @cd ${WRKSRC}; \ ${GZCAT} ${DISTDIR}/mtools-3.9.6.PC98.patch.gz | ${PATCH} -d . >/dev/null 2>&1; \ |