1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/security/sudoscript/Makefile
Dmitry Marakasov c1c8eaae6a - Add NO_ARCH
- Fix whitespace
- Drop @dirrm* from plist
2015-02-27 12:24:27 +00:00

22 lines
466 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
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>