diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-28 13:21:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-28 13:21:35 +0000 |
commit | 27ba100aa828c4ebac20511c6d2b3236f5bb1dea (patch) | |
tree | 597e60eeab66b7938b5686f2e601e54d5eddd4cf /comms | |
parent | 43d56d535261beb451bf87fcbc351ee17eecbd03 (diff) | |
download | pkgsrc-27ba100aa828c4ebac20511c6d2b3236f5bb1dea.tar.gz |
Fix typo in buildlink.mk include path. pkg/13332 by Martti Kuparinen.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot-expense/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile index 719818b161c..086444524a6 100644 --- a/comms/jpilot-expense/Makefile +++ b/comms/jpilot-expense/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/27 18:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/28 13:21:35 wiz Exp $ DISTNAME= jpilot-0.99 PKGNAME= jpilot-expense-0.99 @@ -30,5 +30,5 @@ post-extract: ${LN} -sf ${LIBTOOL} ${WRKSRC}/../libtool .include "../../comms/jpilot/buildlink.mk" -.include "../../comms/pilot-link-lib/buildlink.mk" +.include "../../comms/pilot-link-libs/buildlink.mk" .include "../../mk/bsd.pkg.mk" |