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 /textproc/unroff | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index d3da350307e..a3742df4ee9 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:51 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/24 09:20:37 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -11,8 +11,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} MAINTAINER= packages@netbsd.org -RUN_DEPENDS= elk:${PORTSDIR}/lang/elk -BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk +RUN_DEPENDS= elk:../../lang/elk +BUILD_DEPENDS= elk:../../lang/elk EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= unroff |