pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 Remove trailing tab after PKGREVISION value, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9038cdef905
branches:  trunk
changeset: 475605:a9038cdef905
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 20 21:12:14 2004 +0000

description:
Remove trailing tab after PKGREVISION value, which made
lintpkgsrc complain. Closes PR 25648.

diffstat:

 www/php4/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 419a82940558 -r a9038cdef905 www/php4/Makefile.common
--- a/www/php4/Makefile.common  Thu May 20 21:05:09 2004 +0000
+++ b/www/php4/Makefile.common  Thu May 20 21:12:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2004/05/19 13:11:40 junyoung Exp $
+# $NetBSD: Makefile.common,v 1.39 2004/05/20 21:12:14 wiz Exp $
 
 DISTNAME?=             php-${PHP_DIST_VERS}
 CATEGORIES+=           www php4
@@ -17,7 +17,7 @@
 #
 PHP_DIST_VERS=         4.3.6
 PHP_BASE_VERS=         ${PHP_DIST_VERS}
-PKGREVISION=           2       
+PKGREVISION=           2
 
 DISTFILES?=            ${PHP_DISTFILE}
 PHP_DISTFILE=          ${DISTNAME}${EXTRACT_SUFX}



Home | Main Index | Thread Index | Old Index