diff options
author | asami <asami@FreeBSD.org> | 1997-09-09 18:01:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-09 18:01:36 +0800 |
commit | 2023841f315538f365bd550afa3b1465c44feb46 (patch) | |
tree | 2569001ac7ea70a0f2ee727e077a623f855c5d8e /www/mod_php3 | |
parent | 8d5809affcc67f5b293b703951a01ca22235ffa2 (diff) | |
download | freebsd-ports-gnome-2023841f315538f365bd550afa3b1465c44feb46.tar.gz freebsd-ports-gnome-2023841f315538f365bd550afa3b1465c44feb46.tar.zst freebsd-ports-gnome-2023841f315538f365bd550afa3b1465c44feb46.zip |
Add back PKGNAME which was deleted mysteriously in revision 1.39 (DISTNAME
is not valid). Add "-php" in the middle of it to distinguish it with regular
apache.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index ecd7cf8e2d56..d5e125bc0f60 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,10 +3,11 @@ # Date created: Wed Sep 3 18:28:20 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.39 1997/09/03 18:45:12 andreas Exp $ +# $Id: Makefile,v 1.40 1997/09/03 18:49:53 andreas Exp $ # DISTNAME= apache_1.2.1 +PKGNAME= apache-php-1.2.1 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ ftp://ftp.nerosworld.com/pub/php/dist/ \ |