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.7 retrieving revision 1.13 diff -u -p -r1.7 -r1.13 --- pkgsrc/security/qident/Makefile 2006/03/04 21:30:38 1.7 +++ pkgsrc/security/qident/Makefile 2017/09/04 18:01:00 1.13 @@ -1,14 +1,21 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/04 18:01:00 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/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.interlude.eu.org/~ad/software/qident/ +#HOMEPAGE= http://www.hairylemon.org/~ad/software/qident/ COMMENT= Small program to query an ident protocol server (rfc1413) +USE_BSD_MAKEFILE= YES +USE_TOOLS+= groff nroff + +LDFLAGS.SunOS+= -lnsl -lresolv + MANCOMPRESSED_IF_MANZ= YES +INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 + .include "../../security/libident/buildlink3.mk" .include "../../mk/bsd.pkg.mk"