Date: Wed, 20 Aug 2014 16:57:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365478 - head/net/widentd Message-ID: <201408201657.s7KGvpbH003746@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Aug 20 16:57:51 2014 New Revision: 365478 URL: http://svnweb.freebsd.org/changeset/ports/365478 QAT: https://qat.redports.org/buildarchive/r365478/ Log: Allow staging as a regular user Modified: head/net/widentd/Makefile Modified: head/net/widentd/Makefile ============================================================================== --- head/net/widentd/Makefile Wed Aug 20 16:57:05 2014 (r365477) +++ head/net/widentd/Makefile Wed Aug 20 16:57:51 2014 (r365478) @@ -11,16 +11,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= dirkx@webweaving.org COMMENT= RFC1413 auth/identd daemon with fixed fake reply +USES= uidfix +MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" + PLIST_FILES= sbin/widentd \ man/man8/widentd.8.gz USE_RC_SUBR= widentd -MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif +BROKEN_powerpc= Does not compile on powerpc -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408201657.s7KGvpbH003746>