diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:25:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-08 23:25:54 +0800 |
commit | 632ea30c1453c4e76904af9a21d05af9f1111a79 (patch) | |
tree | 9ad9c941adf09186fbee10444340be2424a9b4bd /www | |
parent | 823761084459d4e4cff87a578b97bbe28470e1d0 (diff) | |
download | freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.tar.gz freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.tar.zst freebsd-ports-gnome-632ea30c1453c4e76904af9a21d05af9f1111a79.zip |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION
PR: ports/133627
Approved by: maintainer timeout (30 days)
Submitted by: me
Diffstat (limited to 'www')
-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 |