diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-03 20:26:47 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-03 20:26:47 +0800 |
commit | f7172bc1fe5abd2cba1040c9f31c07611902468a (patch) | |
tree | a695cb68e7b9a1eb9b03e3d6d08364262050d9dd /www/mod_php3/Makefile | |
parent | e55fdd7fa3e356d270bfdbb5aa3f1d04ddbf99e0 (diff) | |
download | freebsd-ports-gnome-f7172bc1fe5abd2cba1040c9f31c07611902468a.tar.gz freebsd-ports-gnome-f7172bc1fe5abd2cba1040c9f31c07611902468a.tar.zst freebsd-ports-gnome-f7172bc1fe5abd2cba1040c9f31c07611902468a.zip |
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
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ \ |