diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 01:07:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 01:07:25 +0800 |
commit | d0cf870f06dbe4e55142a3e5012e883d51bf2e46 (patch) | |
tree | eb8f8022aa886a4b737305eb6a42e372ef90a760 /security | |
parent | 832d0af23a7f20a9c421d0bdb7a644e65ea20d31 (diff) | |
download | freebsd-ports-gnome-d0cf870f06dbe4e55142a3e5012e883d51bf2e46.tar.gz freebsd-ports-gnome-d0cf870f06dbe4e55142a3e5012e883d51bf2e46.tar.zst freebsd-ports-gnome-d0cf870f06dbe4e55142a3e5012e883d51bf2e46.zip |
- Stage support
Diffstat (limited to 'security')
-rw-r--r-- | security/sudoscript/Makefile | 9 | ||||
-rw-r--r-- | security/sudoscript/pkg-plist | 5 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 3f861854a871..4f152f6a5d31 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -9,15 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVER MAINTAINER= ports@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 diff --git a/security/sudoscript/pkg-plist b/security/sudoscript/pkg-plist index 8a80e88eec00..741241630d4e 100644 --- a/security/sudoscript/pkg-plist +++ b/security/sudoscript/pkg-plist @@ -28,6 +28,11 @@ share/doc/sudoscript-2.1.2/sudoshell-src.html 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 |