mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
c1c8eaae6a
- Fix whitespace - Drop @dirrm* from plist
22 lines
466 B
Makefile
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>
|