diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:12:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:12:18 +0000 |
commit | 7657fda5944d0dfd9a5c121dc6d2e87a7dd44230 (patch) | |
tree | b790926090e5ba48d7e2febe73a92d8a3b110612 /textproc/bib2html | |
parent | 4240fc6bea860b1d7a2de8626e6946349e4e947f (diff) | |
download | ports-7657fda5944d0dfd9a5c121dc6d2e87a7dd44230.tar.gz ports-7657fda5944d0dfd9a5c121dc6d2e87a7dd44230.zip |
Notes
Diffstat (limited to 'textproc/bib2html')
-rw-r--r-- | textproc/bib2html/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile index 5f904fabecc3..3e13ce4e5f66 100644 --- a/textproc/bib2html/Makefile +++ b/textproc/bib2html/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bib2html -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= bib2html DISTVERSION= 5.1-1 @@ -18,7 +13,8 @@ COMMENT= The BibTeX to HTML Translator WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes post-patch: |