aboutsummaryrefslogtreecommitdiff
path: root/security/super/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-08-04 07:43:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-08-04 07:43:00 +0000
commit12188d62c28bd3f0fb22146b0b83218b95911102 (patch)
treecdbdf09c02a958214ffc69a57a34eec582d22a42 /security/super/Makefile
parentaf66874f38783fd619cc9b725409496d06308801 (diff)
Update to 3.20.0. Parts taken from PR below.
PR: 40869 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=63956
Diffstat (limited to 'security/super/Makefile')
-rw-r--r--security/super/Makefile20
1 files changed, 8 insertions, 12 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>