diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
| commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
| tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/mod_php3 | |
| parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/mod_php3')
| -rw-r--r-- | www/mod_php3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 488a014b47a9..cb98252dcfc0 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: Apache / PHP -# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # # $FreeBSD$ # -DISTNAME= apache_${VERSION_APACHE} -PKGNAME= apache+php-${VERSION_APACHE}+${VERSION_PHP} +PORTNAME= apache+php +PORTVERSION= ${VERSION_APACHE}+${VERSION_PHP} CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ |
