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 /misc | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils/Makefile | 6 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 | ||||
-rw-r--r-- | misc/rpm/Makefile | 4 | ||||
-rw-r--r-- | misc/xfinans/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index a73c8b4ecba..7af4fac0a6d 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:45 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/24 09:20:35 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.imada.ou.dk/pub/dotfile/ MAINTAINER= oly@world.std.com DEPENDS+= tk-8.0p2:../../x11/tk80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:../../x11/tk80 GNU_CONFIGURE= yes MAN1= dotfile.1 diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index bd90be24a10..1120af66784 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/22 14:22:46 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/04/24 09:20:36 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -12,12 +12,12 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +BUILD_DEPENDS= moc:../../x11/qt DEPENDS+= jpeg-6a:../../graphics/jpeg DEPENDS+= qt-1.33:../../x11/qt DEPENDS+= kdelibs-3.1b:../../x11/kdelibs DEPENDS+= giflib-3.0:../../graphics/giflib -RUN_DEPENDS= kappfinder:${PORTSDIR}/x11/kdebase +RUN_DEPENDS= kappfinder:../../x11/kdebase USE_X11= yes HAS_CONFIGURE= yes diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 7b39d893cbc..a8203913d34 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:27 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:36 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ MAINTAINER= packages@netbsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:../../x11/tk80 MAN1= kp.1 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 03310754ee8..f0a506ea7ba 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:37 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:36 agc Exp $ # DISTNAME= rpm-2.4.12 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ MAINTAINER= mycroft@NetBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd diff --git a/misc/xfinans/Makefile b/misc/xfinans/Makefile index 49f90af5f8f..faf19f9148a 100644 --- a/misc/xfinans/Makefile +++ b/misc/xfinans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:57 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/24 09:20:39 agc Exp $ # DISTNAME= xfinans-5.9 @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= apps/financial/accounting MAINTAINER= root@garbled.futureone.com -RUN_DEPENDS= gnuplot:${PORTSDIR}/graphics/gnuplot +RUN_DEPENDS= gnuplot:../../graphics/gnuplot USE_IMAKE= yes |