freebsd-ports/security/op/Makefile
Dmitry Marakasov cf0c7338a1 - No need to install .conf when it's handled by @sample
- Register file permissions in plist
- Add empty directory to plist

Approved by:	portmgr blanket
2015-09-11 20:09:09 +00:00

21 lines
473 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= op
PORTVERSION= 1.32
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://swapoff.org/files/op/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Controlled privilege escalation tool
GNU_CONFIGURE= yes
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d
${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
.include <bsd.port.mk>