summaryrefslogtreecommitdiffstats
path: root/ftp/gftp
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-04-27 00:37:35 +0000
committertaoka <taoka@FreeBSD.org>1999-04-27 00:37:35 +0000
commitbf844227b0e0ded32279780c3c913a8df93d02ed (patch)
treed7beeace975f0dc72252458f0f5099f33eab2822 /ftp/gftp
parent4ae60cfda38edb5af6cfe1953113cebb758c2a42 (diff)
downloadFreeBSD-ports-bf844227b0e0ded32279780c3c913a8df93d02ed.zip
FreeBSD-ports-bf844227b0e0ded32279780c3c913a8df93d02ed.tar.gz
Clean up *.orig.
Because /usr/X11R6/share/gftp/gftprc.orig is installed by "make install".
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 1deb8b9..216ba6b 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>
OpenPOWER on IntegriCloud