diff options
Diffstat (limited to 'www/mimetex')
-rw-r--r-- | www/mimetex/Makefile | 8 | ||||
-rw-r--r-- | www/mimetex/distinfo | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www/mimetex/Makefile b/www/mimetex/Makefile index 78bda960c3a5..2bf5b8c265c5 100644 --- a/www/mimetex/Makefile +++ b/www/mimetex/Makefile @@ -21,6 +21,8 @@ NO_WRKSUBDIR= yes USE_APACHE= 1.3+ USE_ZIP= yes +.include <bsd.port.pre.mk> + FETCH_CMD= /usr/bin/fetch -rR # see PR bin/76134 LN_OPTS= -sf @@ -28,6 +30,10 @@ CGI_BIN= ${PREFIX}/www/cgi-bin/ CGI_PRG= ${PORTNAME}.cgi WWW_DIR= ${PREFIX}/www/data/mimetex/ +.if ${APACHE_VERSION} > 13 +PLIST_DIRSTRY+= www/cgi-bin www/data +.endif + # usefull if you run mimetex on another machine .if defined(WITH_STATIC) STATIC_MIMETEX= -static @@ -59,4 +65,4 @@ post-install: ${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/mimetex/distinfo b/www/mimetex/distinfo index e2a9d45fdb69..3bf6cc82463b 100644 --- a/www/mimetex/distinfo +++ b/www/mimetex/distinfo @@ -1,3 +1,2 @@ -MD5 (mimetex/20080906.1.70/mimetex.zip) = 9b0c05c452b93a9f7c682ae2d2d4a3c5 SHA256 (mimetex/20080906.1.70/mimetex.zip) = 7c3965baee916612124225f4482d2de81f5abd7cdf819d4f3806081615bb6841 SIZE (mimetex/20080906.1.70/mimetex.zip) = 729841 |