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/noweb | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |