Clean up *.orig.

Because /usr/X11R6/share/gftp/gftprc.orig is installed by "make install".
This commit is contained in:
Satoshi Taoka 1999-04-27 00:37:35 +00:00
parent ebc4b13dfa
commit b09cd29dda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18144

View file

@ -3,7 +3,7 @@
# Date Created: 21 Feb 1999
# Whom: Damjan Marion <dmarion@open.hr>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/04/03 01:38:52 steve Exp $
#
DISTNAME= gftp-1.13
@ -20,4 +20,7 @@ USE_X_PREFIX= yes
post-install:
strip ${PREFIX}/bin/gftp
pre-install:
find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
.include <bsd.port.mk>