svn commit: r365478 - head/net/widentd

Antoine Brodin antoine at FreeBSD.org
Wed Aug 20 16:57:51 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list