diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 08:38:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 08:38:50 +0000 |
commit | 1ca6d272c052a0ed0a8eb4ee05982fe1049cc784 (patch) | |
tree | bcdaf21c3f2d24880cb60feeca1af0b2cd794a13 /japanese/man | |
parent | Activate 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/Makefile | 3 |
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> |