svn commit: r342191 - head/security/sudoscript

Martin Wilke miwi at FreeBSD.org
Sat Feb 1 17:07:26 UTC 2014


Author: miwi
Date: Sat Feb  1 17:07:25 2014
New Revision: 342191
URL: http://svnweb.freebsd.org/changeset/ports/342191
QAT: https://qat.redports.org/buildarchive/r342191/

Log:
  - Stage support

Modified:
  head/security/sudoscript/Makefile
  head/security/sudoscript/pkg-plist

Modified: head/security/sudoscript/Makefile
==============================================================================
--- head/security/sudoscript/Makefile	Sat Feb  1 17:04:54 2014	(r342190)
+++ head/security/sudoscript/Makefile	Sat Feb  1 17:07:25 2014	(r342191)
@@ -9,15 +9,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Audited shells in Perl with sudo(8) and script(1)
 
-MAN1=		ss.1 sudoshell.1
-MAN3=		Sudoscript.3pm
-MAN8=		sudoscriptd.8 sudoscript.8
-MANCOMPRESSED=	no
+USES=		perl5 gmake
 
-USE_GMAKE=	yes
-USES=		perl5
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \
 	${WRKSRC}/Makefile

Modified: head/security/sudoscript/pkg-plist
==============================================================================
--- head/security/sudoscript/pkg-plist	Sat Feb  1 17:04:54 2014	(r342190)
+++ head/security/sudoscript/pkg-plist	Sat Feb  1 17:07:25 2014	(r342191)
@@ -28,6 +28,11 @@ share/doc/sudoscript-2.1.2/sudoshell-src
 share/doc/sudoscript-2.1.2/sudoshell.1.html
 share/doc/sudoscript-2.1.2/xsl/egbokdoc.xsl
 share/doc/sudoscript-2.1.2/xsl/egbokdoc2fop.xsl
+man/man1/ss.1.gz
+man/man1/sudoshell.1.gz
+man/man3/Sudoscript.3pm.gz
+man/man8/sudoscript.8.gz
+man/man8/sudoscriptd.8.gz
 @dirrm lib/sudoscript
 @dirrm share/doc/sudoscript-2.1.2/xsl
 @dirrm share/doc/sudoscript-2.1.2/dtd


More information about the svn-ports-all mailing list