diff options
author | wiz <wiz> | 2001-06-28 13:21:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-28 13:21:35 +0000 |
commit | 3b058d8cffa9d3d14101937541a392d3a776b762 (patch) | |
tree | 597e60eeab66b7938b5686f2e601e54d5eddd4cf /comms/jpilot-expense/Makefile | |
parent | c57bf1b21ab3c10f61293d5bff90a9f9992cdb13 (diff) | |
download | pkgsrc-3b058d8cffa9d3d14101937541a392d3a776b762.tar.gz |
Fix typo in buildlink.mk include path. pkg/13332 by Martti Kuparinen.
Diffstat (limited to 'comms/jpilot-expense/Makefile')
-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" |