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/security/qident/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/qident/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.8 diff -u -p -r1.4 -r1.8 --- pkgsrc/security/qident/Makefile 2003/07/17 22:53:12 1.4 +++ pkgsrc/security/qident/Makefile 2006/10/28 21:29:47 1.8 @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:12 grant Exp $ +# $NetBSD: Makefile,v 1.8 2006/10/28 21:29:47 wiz Exp $ DISTNAME= qident-1.2 CATEGORIES= security net -MASTER_SITES= http://www.interlude.eu.org/~ad/software/download/qident/ +MASTER_SITES= http://www.hairylemon.org/~ad/software/download/qident/ -DEPENDS= libident>=0.22:../../security/libident - -MAINTAINER= ad@NetBSD.org -HOMEPAGE= http://www.interlude.eu.org/~ad/software/qident/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.hairylemon.org/~ad/software/qident/ COMMENT= Small program to query an ident protocol server (rfc1413) MANCOMPRESSED_IF_MANZ= YES +.include "../../security/libident/buildlink3.mk" .include "../../mk/bsd.pkg.mk"