diff options
-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 |