View | Details | Raw Unified | Return to bug 40869
Collapse All | Expand All

(-)super/Makefile (-9 / +8 lines)
Lines 1-5 Link Here
1
# ex:ts=8
1
# Ports collection makefile for:  super
2
# Ports collection makefile for:  foo
3
# Date created:			  Fri Mar 18, 1997
2
# Date created:			  Fri Mar 18, 1997
4
# Whom:				  David O'Brien (obrien@NUXI.com)
3
# Whom:				  David O'Brien (obrien@NUXI.com)
5
#
4
#
Lines 7-17 Link Here
7
#
6
#
8
7
9
PORTNAME=	super
8
PORTNAME=	super
10
PORTVERSION=	3.14.0
9
PORTVERSION=	3.18.0
11
CATEGORIES=	security sysutils
10
CATEGORIES=	security sysutils
12
MASTER_SITES=	ftp://ftp.ucolick.org/pub/users/will/  \
11
MASTER_SITES=	ftp://ftp.ucolick.org/pub/users/will/  \
13
		ftp://ftp.astro.caltech.edu/users/will/  \
12
		ftp://ftp.astro.caltech.edu/users/will/  \
14
		ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
13
		ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	obrien@FreeBSD.org
16
MAINTAINER=	obrien@FreeBSD.org
17
17
Lines 26-38 Link Here
26
MAN5=		super.5
26
MAN5=		super.5
27
27
28
post-install:
28
post-install:
29
	@strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
30
	@${MKDIR} ${PREFIX}/share/examples
31
	@${INSTALL_DATA} ${FILESDIR}/sample.tab ${PREFIX}/share/examples
32
	@${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${PREFIX}/share/examples
33
.if !defined(NOPORTDOCS)
29
.if !defined(NOPORTDOCS)
34
	@${MKDIR} ${PREFIX}/share/doc/super
30
	@strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
35
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super
31
	@${MKDIR} ${EXAMPLESDIR} ${DOCSDIR}
32
	@${INSTALL_DATA} ${FILESDIR}/sample.tab ${EXAMPLESDIR}
33
	@${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${EXAMPLESDIR}
34
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
36
.endif
35
.endif
37
36
38
.include <bsd.port.post.mk>
37
.include <bsd.port.post.mk>
(-)super/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (super-3.14.0.tar.gz) = fa2f3e190fe5cc4353e2f08cf64f2ec4
1
MD5 (super-3.18.0.tgz) = 8124523087fbaee689bce8ec1e4bf119
(-)super/pkg-plist (-5 / +5 lines)
Lines 1-7 Link Here
1
@comment $FreeBSD: ports/security/super/pkg-plist,v 1.4 2001/05/25 09:53:59 obrien Exp $
2
bin/super
1
bin/super
3
bin/setuid
2
bin/setuid
4
share/examples/sample.tab
3
%%PORTDOCS%%share/examples/super/sample.tab
5
share/examples/sample.cdmount
4
%%PORTDOCS%%share/examples/super/sample.cdmount
6
share/doc/super/README
5
%%PORTDOCS%%share/doc/super/README
7
@dirrm share/doc/super
6
%%PORTDOCS%%@dirrm share/examples/super
7
%%PORTDOCS%%@dirrm share/doc/super

Return to bug 40869