diff options
-rw-r--r-- | mbone/udpcast/Makefile | 2 | ||||
-rw-r--r-- | net/udpcast/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mbone/udpcast/Makefile b/mbone/udpcast/Makefile index 64cff1058aae..a2f569941a46 100644 --- a/mbone/udpcast/Makefile +++ b/mbone/udpcast/Makefile @@ -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} diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile index 64cff1058aae..a2f569941a46 100644 --- a/net/udpcast/Makefile +++ b/net/udpcast/Makefile @@ -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} |