diff --git a/security/identify/Makefile b/security/identify/Makefile index 5c423ec65411..ea5dea0ba368 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -1,32 +1,32 @@ PORTNAME= identify PORTVERSION= 0.7 CATEGORIES= security -MASTER_SITES= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ \ - http://www.scn.rain.com/pub/security/authent/ +MASTER_SITES= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ MAINTAINER= bofh@FreeBSD.org COMMENT= Client side ident protocol daemon wrapper +WWW= http://ftp.nluug.nl/ftp/pub/pub/security/coast/daemons/pidentd/tools/ LICENSE= PD BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:security/libident -PORTDOCS= README PLIST_FILES= libexec/identify +PORTDOCS= README OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/identify ${STAGEDIR}${PREFIX}/libexec do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include