diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-03 12:26:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-03 12:26:47 +0000 |
commit | 0c4a09c20555d14ba40366bd4c57962db473193d (patch) | |
tree | 6ad7092cc5442ca1bc1624a85959cbc260b7f17e | |
parent | Mark this broken while billf works on an upgrade after a repository copy. (diff) |
Change PKGNAME from apache-php3.x.x-x.x.x to apache-php3-x.x.x to
conform the convention and to create a latest link named apache-php3.tgz.
Requested by: Satoshi
Notes
Notes:
svn path=/head/; revision=15800
-rw-r--r-- | www/mod_php3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 004b270ec30b..687cdb5b49a1 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,11 +3,11 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.61 1998/12/23 00:44:49 dirk Exp $ +# $Id: Makefile,v 1.62 1998/12/26 00:08:09 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} -PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} +PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 004b270ec30b..687cdb5b49a1 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,11 +3,11 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.61 1998/12/23 00:44:49 dirk Exp $ +# $Id: Makefile,v 1.62 1998/12/26 00:08:09 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} -PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} +PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 004b270ec30b..687cdb5b49a1 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,11 +3,11 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.61 1998/12/23 00:44:49 dirk Exp $ +# $Id: Makefile,v 1.62 1998/12/26 00:08:09 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} -PKGNAME= apache-php${VERSION_PHP3}-${VERSION_APACHE} +PKGNAME= apache-php3-${VERSION_APACHE} CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ |