Remove trailing tab after PKGREVISION value, which made
lintpkgsrc complain. Closes PR 25648.
This commit is contained in:
parent
5ff6afbb72
commit
c5d42f3194
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ HOMEPAGE?= http://www.php.net/
|
|||
#
|
||||
PHP_DIST_VERS= 4.3.6
|
||||
PHP_BASE_VERS= ${PHP_DIST_VERS}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 2
|
||||
|
||||
DISTFILES?= ${PHP_DISTFILE}
|
||||
PHP_DISTFILE= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
Loading…
Reference in a new issue