summaryrefslogtreecommitdiff
path: root/textproc/dict-client/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-07-28 16:26:12 +0000
committertron <tron@pkgsrc.org>1999-07-28 16:26:12 +0000
commit2f0976879a1a142d5b086569c021345b21f0435c (patch)
tree9b3e192600cf3bedf54b8739ad84f5851c45e659 /textproc/dict-client/Makefile
parente50283abd8bc842d62edd9945983fd873459df1e (diff)
downloadpkgsrc-2f0976879a1a142d5b086569c021345b21f0435c.tar.gz
Use "files" and "patches" directory of the "dict-server" package.
Diffstat (limited to 'textproc/dict-client/Makefile')
-rw-r--r--textproc/dict-client/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index ec9e2c069db..41bc069a9ee 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/07/27 22:00:21 tron Exp $
+# $NetBSD: Makefile,v 1.2 1999/07/28 16:26:12 tron Exp $
DISTNAME= dictd-1.4.9
PKGNAME= dict-client-1.4.9
@@ -9,10 +9,13 @@ MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.dict.org/
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
ALL_TARGET= dict
INSTALL_TARGET= install.dict
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+FILESDIR= ${.CURDIR}/../dict-server/files
+PATCHDIR= ${.CURDIR}/../dict-server/patches
.include "../../mk/bsd.pkg.mk"