summaryrefslogtreecommitdiff
path: root/ftp/gftp
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 00:37:35 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 00:37:35 +0000
commitb09cd29dda56d2c70c67f1ba4614914b24dbb906 (patch)
tree2bf70a03e4873410fcb26f1a206d9b067e7946c2 /ftp/gftp
parentupgrade to 1.0.2 (diff)
Clean up *.orig.
Because /usr/X11R6/share/gftp/gftprc.orig is installed by "make install".
Notes
Notes: svn path=/head/; revision=18144
Diffstat (limited to 'ftp/gftp')
-rw-r--r--ftp/gftp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile
index 1deb8b939764..216ba6b57eb7 100644
--- a/ftp/gftp/Makefile
+++ b/ftp/gftp/Makefile
@@ -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>