diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-16 21:08:42 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-16 21:08:42 +0000 |
commit | f36339141688ff06bf2dd72a6bec667a2b091949 (patch) | |
tree | 73987227cc54e2bce50b75fe52a902d5814f9306 /security/sud | |
parent | 47f98ee279259f692d0f85652da05af61002ce97 (diff) |
Notes
Diffstat (limited to 'security/sud')
-rw-r--r-- | security/sud/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/sud/Makefile b/security/sud/Makefile index c3650411338a..adaefb0546d5 100644 --- a/security/sud/Makefile +++ b/security/sud/Makefile @@ -7,11 +7,11 @@ PORTNAME= sud PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF -MAINTAINER= bugghy@SAFe-mail.net +MAINTAINER= ports@FreeBSD.org COMMENT= Execute processes with special privileges in a nosuid environment GNU_CONFIGURE= yes @@ -24,11 +24,9 @@ post-patch: ${WRKSRC}/miscs/sud.conf.sample post-install: -.if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/sud.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/suz.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/ilogin.1 ${MAN1PREFIX}/man/man1 -.endif .for i in issue.suz motd.suz sud.conf.sample ${INSTALL_DATA} ${WRKSRC}/miscs/${i} ${PREFIX}/etc |