1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-08-20 16:57:51 +00:00
parent df9a181ad0
commit 268e2a24bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365478

View File

@ -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"
BROKEN_powerpc= Does not compile on powerpc
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>