diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 07:43:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-04 07:43:00 +0000 |
commit | 12188d62c28bd3f0fb22146b0b83218b95911102 (patch) | |
tree | cdbdf09c02a958214ffc69a57a34eec582d22a42 /security/super | |
parent | af66874f38783fd619cc9b725409496d06308801 (diff) | |
download | ports-12188d62c28bd3f0fb22146b0b83218b95911102.tar.gz ports-12188d62c28bd3f0fb22146b0b83218b95911102.zip |
Notes
Diffstat (limited to 'security/super')
-rw-r--r-- | security/super/Makefile | 20 | ||||
-rw-r--r-- | security/super/distinfo | 2 | ||||
-rw-r--r-- | security/super/pkg-plist | 10 |
3 files changed, 14 insertions, 18 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 124ce7336a51..ba179cd043b6 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -1,5 +1,5 @@ # ex:ts=8 -# Ports collection makefile for: foo +# Ports collection makefile for: super # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # @@ -7,16 +7,13 @@ # PORTNAME= super -PORTVERSION= 3.14.0 +PORTVERSION= 3.20.0 CATEGORIES= security sysutils -MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ - ftp://ftp.astro.caltech.edu/users/will/ \ - ftp://ftp.infodrom.north.de/pub/unix/utilities/super/ +MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ +EXTRACT_SUFX= -tar.gz MAINTAINER= obrien@FreeBSD.org -FORBIDDEN= "Local root exploit. http://online.securityfocus.com/archive/1/285241" - .include <bsd.port.pre.mk> .if ${OSVERSION} <= 300000 @@ -29,12 +26,11 @@ MAN5= super.5 post-install: @strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid - @${MKDIR} ${PREFIX}/share/examples - @${INSTALL_DATA} ${FILESDIR}/sample.tab ${PREFIX}/share/examples - @${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${PREFIX}/share/examples .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/super - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super + @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${FILESDIR}/sample.tab ${FILESDIR}/sample.cdmount \ + ${EXAMPLESDIR} + @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.post.mk> diff --git a/security/super/distinfo b/security/super/distinfo index 78077960ca68..2c2be14a7aed 100644 --- a/security/super/distinfo +++ b/security/super/distinfo @@ -1 +1 @@ -MD5 (super-3.14.0.tar.gz) = fa2f3e190fe5cc4353e2f08cf64f2ec4 +MD5 (super-3.20.0-tar.gz) = 50d1b81a6c83b7d76236445eba65f800 diff --git a/security/super/pkg-plist b/security/super/pkg-plist index 094c4f0fa418..24ac4fb3b3a1 100644 --- a/security/super/pkg-plist +++ b/security/super/pkg-plist @@ -1,7 +1,7 @@ -@comment $FreeBSD$ bin/super bin/setuid -share/examples/sample.tab -share/examples/sample.cdmount -share/doc/super/README -@dirrm share/doc/super +%%PORTDOCS%%share/examples/super/sample.tab +%%PORTDOCS%%share/examples/super/sample.cdmount +%%PORTDOCS%%share/doc/super/README +%%PORTDOCS%%@dirrm share/examples/super +%%PORTDOCS%%@dirrm share/doc/super |