diff options
author | nivit <nivit@FreeBSD.org> | 2012-09-18 04:47:33 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2012-09-18 04:47:33 +0800 |
commit | c08bc0fa5e6f48890de4c91143e031dc912202b8 (patch) | |
tree | fc23100a41472458badd6815b1bce0a4b931efa8 /www/mimetex/pkg-plist | |
parent | f5abccfa2757f5c7a3c21091af268e14fe091811 (diff) | |
download | freebsd-ports-gnome-c08bc0fa5e6f48890de4c91143e031dc912202b8.tar.gz freebsd-ports-gnome-c08bc0fa5e6f48890de4c91143e031dc912202b8.tar.zst freebsd-ports-gnome-c08bc0fa5e6f48890de4c91143e031dc912202b8.zip |
- Update to 20120331.1.74
- Adopt new header of Makefile
- Replace dead download site with LOCAL/nivit
- Add LICENSE (GPLv3)
- Convert to new options framework
- Instead of setting USE_APACHE_RUN [1], remove apache
completely from run dependencies, because mimetex runs
on any web server that supports CGI
- Remove files/pkg-message.in
- Replace TAB character with one space after WWW:, and
remove Author entry in pkg-descr
Changes&News: http://goo.gl/iCQON
BuildLog: http://goo.gl/8P9Hu
PR: ports/171482 [1]
Submitted by: ohauer
Diffstat (limited to 'www/mimetex/pkg-plist')
-rw-r--r-- | www/mimetex/pkg-plist | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/mimetex/pkg-plist b/www/mimetex/pkg-plist index 155953d95dbe..d0d9663e6ae6 100644 --- a/www/mimetex/pkg-plist +++ b/www/mimetex/pkg-plist @@ -1,6 +1,4 @@ @comment $FreeBSD$ -%%PORTDOCS%%%%WWW_DIR%%/index.html -%%CGI_BIN%%/mimetex.cgi -@dirrm %%CGI_BIN%% -%%PORTDOCS%%@dirrm %%WWW_DIR%% -%%PORTDOCS%%@dirrm %%WWWDIR%% +%%WWWDIR%%/cgi-bin/mimetex.cgi +@dirrm %%WWWDIR%%/cgi-bin +@dirrm %%WWWDIR%% |