summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>1999-09-28 20:40:02 +0000
committersoren <soren@pkgsrc.org>1999-09-28 20:40:02 +0000
commit3a94a4cd4723411d1e2e57b708472728f7c7a83a (patch)
treecaf0c93ddb7199d490b5b04a85436b259f5416ab /comms/pilotmgr
parent8f75573af6d281c18ce9c0f9ad5bfd8841b0709c (diff)
downloadpkgsrc-3a94a4cd4723411d1e2e57b708472728f7c7a83a.tar.gz
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile
index d1e3ffbf2a4..96f7c679593 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/05/26 20:48:16 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/09/28 20:40:03 soren Exp $
DISTNAME= pilotmgr-1.107
CATEGORIES= comms
@@ -47,4 +47,4 @@ do-install:
done
${LN} -fs ${PM_DOC_DIR} ${PM_PERL_DIR}/docs
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"