diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-16 11:10:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-16 11:10:54 +0800 |
commit | bdc1751471db4d54f9d8161cd7359e9e183fd2f5 (patch) | |
tree | bbdc87cc2765dc8810d8e61953f0681d1b052943 | |
parent | 72f10891d85f5daf6c74ee25e5cb02d6b8dc5e43 (diff) | |
download | freebsd-ports-gnome-bdc1751471db4d54f9d8161cd7359e9e183fd2f5.tar.gz freebsd-ports-gnome-bdc1751471db4d54f9d8161cd7359e9e183fd2f5.tar.zst freebsd-ports-gnome-bdc1751471db4d54f9d8161cd7359e9e183fd2f5.zip |
- APACHE_COMPAT will be removed soon
PR: ports/141661
Approved by: maintainer (via -email)
Submitted by: myself (pgollucci@)
-rw-r--r-- | databases/mysql-editor/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 170b6eb2d314..7ac39df8b599 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -16,11 +16,10 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= CGI scripts in Perl to edit your MySQL tables BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT} \ - ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} -NO_BUILD= True -APACHE_COMPAT= True +USE_APACHE= 1.3 +NO_BUILD= yes USE_PERL5= yes CGI_BIN= ${LOCALBASE}/www/cgi-bin @@ -32,7 +31,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mysql-editor - ${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor + ${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}/ .endif .include <bsd.port.mk> |