Fix build.
Pet portlint.
This commit is contained in:
parent
cde8c865cf
commit
5b4e015a69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117034
2 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,7 @@ COMMENT= A file transfer tool using ethernet's multicast
|
|||
USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
RELEASE_DATE= 20040531
|
||||
|
@ -43,7 +44,6 @@ do-configure:
|
|||
-e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
||||
|
||||
do-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
. for file in ${PORTDOCS}
|
||||
|
|
|
@ -17,6 +17,7 @@ COMMENT= A file transfer tool using ethernet's multicast
|
|||
USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
RELEASE_DATE= 20040531
|
||||
|
@ -43,7 +44,6 @@ do-configure:
|
|||
-e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
||||
|
||||
do-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
. for file in ${PORTDOCS}
|
||||
|
|
Loading…
Reference in a new issue