Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/textproc/dict-client/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/textproc/dict-client/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/textproc/dict-client/Makefile 1999/07/27 22:00:21 1.1 +++ pkgsrc/textproc/dict-client/Makefile 1999/07/28 16:26:12 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 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 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"