diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-19 09:19:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-19 09:19:19 +0000 |
commit | d02eecccd268a8c846c9c94b67bbfcf63dc0ffc5 (patch) | |
tree | 58aa1aa302519d50dcbd5366f17d606d36e627ae /security/super/Makefile | |
parent | 2ecc33e57129f71fd10b6ef32a7f51c8e092acbd (diff) | |
download | ports-d02eecccd268a8c846c9c94b67bbfcf63dc0ffc5.tar.gz ports-d02eecccd268a8c846c9c94b67bbfcf63dc0ffc5.zip |
Notes
Diffstat (limited to 'security/super/Makefile')
-rw-r--r-- | security/super/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 4d0260e3cc9b..c1ad2354dfdd 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -2,30 +2,28 @@ # Ports collection makefile for: foo # Version required: 3.9.7 # Date created: Fri Mar 18, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) +# Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/04/24 08:02:43 obrien Exp $ # -DISTNAME= super-3.9.7 +DISTNAME= super-3.11.6 CATEGORIES= security sysutils -MASTER_SITES= ftp://phobos.caltech.edu/users/will/ -EXTRACT_SUFX= .shar.gz +MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ + ftp://ftp.ucolick.org/pub/users/will/ \ + ftp://ftp.infodrom.north.de/pub/unix/utilities/super/ -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@FreeBSD.org -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sed -e '1,/Cut Here/d'|sh +GNU_CONFIGURE= yes MAN1= super.1 setuid.1 MAN5= super.5 - post-install: @strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid @${MKDIR} ${PREFIX}/share/examples - @${INSTALL} ${WRKSRC}/sample.tab ${PREFIX}/share/examples - @${INSTALL} ${WRKSRC}/sample.cdmount ${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 |