summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 12:22:44 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 12:22:44 +0000
commit5a91e81df6b353d2a3e627bba1043f524b8ef602 (patch)
treec0a5bf166a9f099ae773c69f0f6c101a92693074 /mail
parent0751e3cb8e73b26c0fa31fb4ab7db6324b48ba23 (diff)
downloadpkgsrc-5a91e81df6b353d2a3e627bba1043f524b8ef602.tar.gz
Use .CURDIR instead of PKGDIR variable (for pkglint).
Diffstat (limited to 'mail')
-rw-r--r--mail/php4-imap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile
index bbda670c2ce..3004f539fa9 100644
--- a/mail/php4-imap/Makefile
+++ b/mail/php4-imap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/31 19:55:47 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/19 12:22:44 wiz Exp $
MODNAME= imap
CATEGORIES+= mail
@@ -6,7 +6,7 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol)
USE_BUILDLINK2= YES
-DISTINFO_FILE= ${PKGDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../www/php4/Makefile.module"