Style police
* ${MKDIR} doesn't need explicit -p * cp -> ${CP}
This commit is contained in:
parent
4795f17c9c
commit
e0f0b7f5f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6543
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 3 August 1996
|
||||
# Whom: lukin
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1997/04/20 13:19:53 wosch Exp $
|
||||
# $Id: Makefile,v 1.5 1997/05/20 07:03:18 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= FileRunner_2.3
|
||||
|
@ -22,11 +22,11 @@ MAKE_ENV+= X11BASE=${X11BASE}
|
|||
|
||||
pre-build:
|
||||
@ ${RM} ${WRKSRC}/ext.so
|
||||
@ cp ${WRKSRC}/Makefiles/Makefile.freebsd ${WRKSRC}
|
||||
@ ${CP} ${WRKSRC}/Makefiles/Makefile.freebsd ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@ ${MKDIR} -p ${PREFIX}/lib/FileRunner
|
||||
@ ${MKDIR} -p ${PREFIX}/lib/FileRunner/bitmaps
|
||||
@ ${MKDIR} ${PREFIX}/lib/FileRunner
|
||||
@ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps
|
||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner
|
||||
@ ln -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin
|
||||
@ for file in FAQ QuickStart.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl palette.tcl tclIndex; do \
|
||||
|
|
Loading…
Reference in a new issue