diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 00:37:35 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-27 00:37:35 +0000 |
commit | b09cd29dda56d2c70c67f1ba4614914b24dbb906 (patch) | |
tree | 2bf70a03e4873410fcb26f1a206d9b067e7946c2 /ftp/gftp/Makefile | |
parent | ebc4b13dfa19216371468dc14601ad6f6198f628 (diff) | |
download | ports-b09cd29dda56d2c70c67f1ba4614914b24dbb906.tar.gz ports-b09cd29dda56d2c70c67f1ba4614914b24dbb906.zip |
Notes
Diffstat (limited to 'ftp/gftp/Makefile')
-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 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> |