1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Remove ${PATCHDIR} if we created one.

Noticed by:	cvs update
This commit is contained in:
Satoshi Asami 1997-09-09 08:38:50 +00:00
parent 26f5d0e169
commit 1ca6d272c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7831

View File

@ -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>