diff options
-rw-r--r-- | ftp/gftp/Makefile | 5 |
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> |