diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:13 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:13 +0800 |
commit | f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4 (patch) | |
tree | d0fd9896d107e91fca0b0a8635b2f8eafee5b94c /lang/php | |
parent | a218624235c700a723b61ee480a656858211721b (diff) | |
download | freebsd-ports-gnome-f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4.tar.gz freebsd-ports-gnome-f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4.tar.zst freebsd-ports-gnome-f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4.zip |
Some style fixes in the lang category (usual round of spaces -> tabs)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php/Makefile b/lang/php/Makefile index b35693793dba..ea00a6587b2b 100644 --- a/lang/php/Makefile +++ b/lang/php/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php -PORTVERSION= 3.0.18 +PORTVERSION= 3.0.18 PORTREVISION= 1 CATEGORIES= lang www MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \ |