aboutsummaryrefslogtreecommitdiff
path: root/textproc/bib2html
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-16 01:15:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-16 01:15:00 +0000
commit0a654bf6532a1fdf932651eb868a2c4256deaa72 (patch)
tree81a2852e968cc5c7f00daf4d231d392f5f53506c /textproc/bib2html
parent06172e3bb0d9d87b312e89da8c3f6a713753c640 (diff)
downloadports-0a654bf6532a1fdf932651eb868a2c4256deaa72.tar.gz
ports-0a654bf6532a1fdf932651eb868a2c4256deaa72.zip
fix build with perl5.8 by creating ${SITE_PERL} dir
Noticed by: kris
Notes
Notes: svn path=/head/; revision=101003
Diffstat (limited to 'textproc/bib2html')
-rw-r--r--textproc/bib2html/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile
index 4e9cc5b5de11..82e770238719 100644
--- a/textproc/bib2html/Makefile
+++ b/textproc/bib2html/Makefile
@@ -22,21 +22,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
PLIST_FILES= bin/bib2html
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500800
-BROKEN= "Does not install"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e "s|%%SITE_PERL%%|${SITE_PERL}|" ${WRKSRC}/bib2html.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bib2html.pl ${PREFIX}/bin/bib2html
+ @${MKDIR} ${SITE_PERL}
${CP} -R ${WRKSRC}/Bib2HTML ${SITE_PERL}
@${FIND} ${SITE_PERL}/Bib2HTML -type f | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
@${FIND} ${SITE_PERL}/Bib2HTML -type d | ${SORT} -r | \
${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>