mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Add empty directory to plist, sort plist
- Add NO_ARCH - Unsilence install commands - Cosmetic whitespace fix Approved by: portmgr blanket
This commit is contained in:
parent
813ea6e941
commit
2dc898cf6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396514
@ -22,6 +22,7 @@ RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USES= tk:85
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
SUB_LIST= WISH=${WISH}
|
||||
@ -37,12 +38,12 @@ do-install:
|
||||
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ \
|
||||
'! -path *windows_bin*')
|
||||
.endfor
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${STAGEDIR}${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
@${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
. endfor
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for d in filt httpfilt tracker tracker/lib tracker/storms/old/2007 tracker/storms/old/2008 tracker/storms/old/2009 tracker/storms/old/2010
|
||||
@${CHMOD} ugo+rx ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${d}/*.t*
|
||||
.endfor
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/jstrack
|
||||
lib/jstrack/autoconfig.tcl
|
||||
lib/jstrack/filt/TCPAT4.201208211147.txt
|
||||
lib/jstrack/filt/advfilt.tcl
|
||||
@ -568,4 +569,4 @@ lib/jstrack/tracker/storms/old/2011/twelve.dis
|
||||
lib/jstrack/tracker/storms/old/2011/twelve.fc
|
||||
lib/jstrack/tracker/storms/old/2011/two.dis
|
||||
lib/jstrack/tracker/storms/old/2011/two.fc
|
||||
bin/jstrack
|
||||
@dir lib/jstrack/filt/tmp
|
||||
|
Loading…
Reference in New Issue
Block a user