diff options
Diffstat (limited to 'textproc/dict-client/Makefile')
-rw-r--r-- | textproc/dict-client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index a1ad91a3c9a..23c55f33c97 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/16 06:55:55 agc Exp $ DISTNAME= dictd-1.4.9 PKGNAME= dict-client-1.4.9 @@ -16,7 +16,8 @@ GNU_CONFIGURE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict -FILESDIR= ${.CURDIR}/../dict-server/files -PATCHDIR= ${.CURDIR}/../dict-server/patches +FILESDIR= ${.CURDIR}/../../textproc/dict-server/files +PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches +DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo .include "../../mk/bsd.pkg.mk" |