summaryrefslogtreecommitdiff
path: root/japanese/man
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-09-09 08:38:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-09-09 08:38:50 +0000
commit1ca6d272c052a0ed0a8eb4ee05982fe1049cc784 (patch)
treebcdaf21c3f2d24880cb60feeca1af0b2cd794a13 /japanese/man
parentActivate mouseclock. (diff)
Remove ${PATCHDIR} if we created one.
Noticed by: cvs update
Notes
Notes: svn path=/head/; revision=7831
Diffstat (limited to 'japanese/man')
-rw-r--r--japanese/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile
index 3760074893ba..90538d61644b 100644
--- a/japanese/man/Makefile
+++ b/japanese/man/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 December 1996
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id: Makefile,v 1.9 1997/06/13 16:57:37 max Exp $
+# $Id: Makefile,v 1.11 1997/08/24 10:54:23 max Exp $
#
DISTNAME= jp-man-1.1c
@@ -63,5 +63,6 @@ post-install:
pre-clean:
@${RM} -f ${PATCHDIR}/patch-aa ${FILESDIR}/patch-xpg4
+ -@${RMDIR} ${PATCHDIR}
.include <bsd.port.mk>