diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /devel | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/id-utils/Makefile | 4 | ||||
-rw-r--r-- | devel/noweb/Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 6d7f7ccf0d2..8ce0224c20a 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/04/22 11:05:02 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/04/24 09:20:33 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:../../devel/m4 USE_PERL5= yes diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index ff09df31fab..344ec0b98a4 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:22 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:34 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 10:22:47 asami Exp # @@ -12,7 +12,7 @@ OPSYS!= uname -s .if (${OPSYS} == "FreeBSD") # agc - don't do this if we're on NetBSD # FreeBSD use emacs to byte-compile a .el file -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +BUILD_DEPENDS= emacs:../../editors/emacs .endif GNU_CONFIGURE= yes diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 3a48780d5e6..25022aec4be 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:22 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:34 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # @@ -10,8 +10,8 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon -RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon +BUILD_DEPENDS= icont:../../lang/icon +RUN_DEPENDS= iconx:../../lang/icon WRKSRC= ${WRKDIR}/src MAN1= cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \ |