diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-04 10:54:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-04 10:54:03 +0000 |
commit | e42b575974e2bd25f38b7f705844bd6dcb76bc19 (patch) | |
tree | 0ff621f277e02b1465e647edb3cdec6f5a7a0f97 /www/p5-Apache | |
parent | 11b9eb3187ad9f09bd5bc89747e30ed58c6ce658 (diff) | |
download | ports-e42b575974e2bd25f38b7f705844bd6dcb76bc19.tar.gz ports-e42b575974e2bd25f38b7f705844bd6dcb76bc19.zip |
Notes
Diffstat (limited to 'www/p5-Apache')
-rw-r--r-- | www/p5-Apache/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index 2a495335113b..c99422b42f14 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/06/24 18:43:04 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/09/14 02:53:58 jfitz Exp $ # DISTNAME= mod_perl-1.00b2 @@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= fetch USE_PERL5= YES - CONFIGURE_ENV= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" - MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \ Apache::Registry.3 Apache::Status.3 Bundle::Apache.3 \ Apache::Debug.3 mod_perl.3 |