diff options
author | wiz <wiz> | 2003-09-19 12:22:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-19 12:22:44 +0000 |
commit | 808eec55d3433e45da3b8224a1f17cfdc1d9c721 (patch) | |
tree | c0a5bf166a9f099ae773c69f0f6c101a92693074 /math | |
parent | 903ef3b5c219a8d9fb1aafe0ac9f69f38b839c17 (diff) | |
download | pkgsrc-808eec55d3433e45da3b8224a1f17cfdc1d9c721.tar.gz |
Use .CURDIR instead of PKGDIR variable (for pkglint).
Diffstat (limited to 'math')
-rw-r--r-- | math/php4-bcmath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile index ef8c464d2a4..ac6e36a4e55 100644 --- a/math/php4-bcmath/Makefile +++ b/math/php4-bcmath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/31 19:55:49 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/19 12:23:06 wiz Exp $ MODNAME= bcmath CATEGORIES+= math @@ -6,7 +6,7 @@ PKGREVISION= # empty COMMENT= PHP4 extension for bc-style arbitrary precision math USE_BUILDLINK2= YES -DISTINFO_FILE= ${PKGDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo .include "../../www/php4/Makefile.module" |