1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove ${PATCHDIR} if empty. (It might have been created by pr-setup.sh.)

This commit is contained in:
Satoshi Asami 1997-11-10 12:05:12 +00:00
parent 1f641d04d9
commit b2f8f37863
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8569

View File

@ -3,7 +3,7 @@
# Date created: 15 April 1997
# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.3 1997/07/13 18:49:16 max Exp $
# $Id: Makefile,v 1.4 1997/09/14 21:34:38 max Exp $
#
DISTNAME= GP-2.01jp
@ -44,5 +44,6 @@ post-install:
pre-clean:
@${RM} -f ${FILESDIR}/filetype ${FILESDIR}/printer ${PATCHDIR}/patch-aa
-@${RMDIR} ${PATCHDIR}
.include <bsd.port.mk>