aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-16 21:08:42 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-16 21:08:42 +0000
commitf36339141688ff06bf2dd72a6bec667a2b091949 (patch)
tree73987227cc54e2bce50b75fe52a902d5814f9306
parent47f98ee279259f692d0f85652da05af61002ce97 (diff)
downloadports-f36339141688ff06bf2dd72a6bec667a2b091949.tar.gz
ports-f36339141688ff06bf2dd72a6bec667a2b091949.zip
- reset maintainer
(<bugghy@SAFe-mail.net>: host mx1.SAFe-mail.net[213.8.192.70] said: 554 Rcpt <bugghy@safe-mail.net> does not exist (in reply to end of DATA command)) - use SF macro in MASTER_SITES - man pages should be intalled irrespective of NOPORTDOCS - fix plist / package - bump PORTREVISION Prompted by: QAT run
Notes
Notes: svn path=/head/; revision=222936
-rw-r--r--security/sud/Makefile8
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