Files
ports/security/sudoscript/Makefile
Baptiste Daroussin 7e0b07b0df Fix build as user
Fix perl shebang
2014-12-17 14:42:46 +00:00

21 lines
452 B
Makefile

# Created by: hbo@egbok.com
# $FreeBSD$
PORTNAME= sudoscript
PORTVERSION= 2.1.2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Audited shells in Perl with sudo(8) and script(1)
USES= perl5 gmake
MAKE_ARGS= PERLPATH=${PERL}
MAKE_ENV= SSRPM=yes
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>