diff options
Diffstat (limited to 'net-mgmt/cricket/Makefile')
-rw-r--r-- | net-mgmt/cricket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index 59a3baecc22b..2a32f28c93be 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -38,7 +38,7 @@ do-install: ${MKDIR} -m 755 ${CRICKETBASE}/cricket-${PORTVERSION} ${CP} -R ${WRKSRC}/* ${CRICKETBASE}/cricket-${PORTVERSION} ${FIND} ${CRICKETBASE}/cricket-${PORTVERSION} -name \*.orig -or \ - -name \*.bak | ${XARGS} ${RM} -f + -name \*.bak | ${XARGS} ${RM} ${LN} -s cricket-${PORTVERSION} \ ${CRICKETBASE}/cricket if [ -f ${LOCALBASE}/cricket/compile ] ; then \ |