mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Clean up *.orig.
Because /usr/X11R6/share/gftp/gftprc.orig is installed by "make install".
This commit is contained in:
parent
ebc4b13dfa
commit
b09cd29dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18144
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue