diff options
author | soren <soren> | 1999-09-28 20:40:02 +0000 |
---|---|---|
committer | soren <soren> | 1999-09-28 20:40:02 +0000 |
commit | 40ea3c688ced7dea30072411636647b961337934 (patch) | |
tree | caf0c93ddb7199d490b5b04a85436b259f5416ab /comms | |
parent | 6096c5f5bf040387c7d8b6ffae122ccbfc669b95 (diff) | |
download | pkgsrc-40ea3c688ced7dea30072411636647b961337934.tar.gz |
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 | ||||
-rw-r--r-- | comms/pilotmgr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index a03b7636569..b88d81b3bf9 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/08/17 11:18:05 rh Exp $ +# $NetBSD: Makefile,v 1.7 1999/09/28 20:40:02 soren Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -23,4 +23,4 @@ post-configure: pre-install: @(cd ${WRKSRC}/doc; ${MAKE} manpages) -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" 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" |