diff options
Diffstat (limited to 'misc/jargon/Makefile')
-rw-r--r-- | misc/jargon/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index be03c0d..76394f0 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -6,21 +6,22 @@ # PORTNAME= jargon -PORTVERSION= 4.1.1 +PORTVERSION= 4.2.0 CATEGORIES= misc MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ \ http://www.nectar.com/distfiles/ MAINTAINER= s.moeding@ndh.net -USE_PERL5= YES NO_BUILD= YES -FILES= jarghist.html mirroring.html alternates.html jarginfo.html mirrorlist.html awards.html quoting.html search.html jargon-upd.lst submissions.html index.html jargtxt.html +FILES= alternates.html awards.html download.html index.html \ + jargbook.html jarghist.html jargon.html jargtxt.html \ + mirroring.html mirrorlist.html quoting.html search.html \ + submissions.html post-patch: - ${PERL} -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search - + /usr/bin/perl -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search do-install: @${MKDIR} ${PREFIX}/www/cgi-bin @${INSTALL_SCRIPT} ${WRKSRC}/jargon-search ${PREFIX}/www/cgi-bin @@ -30,8 +31,7 @@ do-install: .endfor @${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/www/data/jargon @${CP} -R ${WRKSRC}/graphics ${PREFIX}/www/data/jargon/ - @${CP} -R ${WRKSRC}/frames ${PREFIX}/www/data/jargon/ - @${CP} -R ${WRKSRC}/noframes ${PREFIX}/www/data/jargon/ + @${CP} -R ${WRKSRC}/html ${PREFIX}/www/data/jargon/ @${MKDIR} ${PREFIX}/share/doc/jargon @${INSTALL_DATA} ${WRKSRC}/jargon-README ${PREFIX}/share/doc/jargon |