diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-08 15:25:54 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-08 15:25:54 +0000 |
commit | 1b944cbf6bffba63d182492d30cfd4baf573788b (patch) | |
tree | cea3f80d949bbb41412c457446a9a18109263b24 /www/mimetex | |
parent | d6500f93f1ba006ff6daf286591e5ed6b832e1fb (diff) |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION
PR: ports/133627
Approved by: maintainer timeout (30 days)
Submitted by: me
Notes
Notes:
svn path=/head/; revision=233420
Diffstat (limited to 'www/mimetex')
-rw-r--r-- | www/mimetex/Makefile | 3 | ||||
-rw-r--r-- | www/mimetex/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/mimetex/Makefile b/www/mimetex/Makefile index 6933723a6b79..35415b6a247b 100644 --- a/www/mimetex/Makefile +++ b/www/mimetex/Makefile @@ -7,6 +7,7 @@ PORTNAME= mimetex PORTVERSION= 20080906.1.70 +PORTREVISION= 1 CATEGORIES= www math MASTER_SITES= http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/ \ http://www.forkosh.com/ @@ -17,7 +18,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A CGI script that lets you embed LaTeX math in your HTML pages NO_WRKSUBDIR= yes -USE_APACHE= yes +USE_APACHE= 1.3+ USE_ZIP= yes FETCH_CMD= /usr/bin/fetch -rR # see PR bin/76134 diff --git a/www/mimetex/pkg-plist b/www/mimetex/pkg-plist index a8a645252c45..aba0e81f2bf2 100644 --- a/www/mimetex/pkg-plist +++ b/www/mimetex/pkg-plist @@ -2,5 +2,6 @@ %%PORTDOCS%%%%DOCSDIR%%/mimetex.html %%PORTDOCS%%www/data/mimetex/index.html www/cgi-bin/mimetex.cgi +@dirrmtry www/cgi-bin %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm www/data/mimetex |