diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-06-05 05:44:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-06-05 05:44:37 +0000 |
commit | c6404a1ea6c0256ed2fa61c9d940cd74adf69e61 (patch) | |
tree | cc828ef2be1fc276f3f04a5e5d177c68511a7d78 /misc/jargon/Makefile | |
parent | 917b6c1025dbeee460065bd072a1156933993064 (diff) |
Notes
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 be03c0df1c6a..76394f06e9d2 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 |