freebsd-ports/security/super/Makefile
Erwin Lansing 98876da03e - Update to 3.26.0 to fix fetching [1]
- Reset maintainer
- Remove now useless check for FreeBSD 3.x
- Make sure the example configuration file only
  gets deinstalled if not changed.

PR:             74263
Submitted by:   freebsd@simplerezo.com [1], distsurvey [1]
Approved by:    maintainer timeout (11 months)
2005-10-11 19:04:39 +00:00

32 lines
745 B
Makefile

# ex:ts=8
# Ports collection makefile for: super
# Date created: Fri Mar 18, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PORTNAME= super
PORTVERSION= 3.26.0
CATEGORIES= security sysutils
MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/
EXTRACT_SUFX= -tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Allow others to run commands as root
GNU_CONFIGURE= yes
MAN1= super.1 setuid.1
MAN5= super.5
post-install:
@${STRIP_CMD} ${PREFIX}/bin/super ${PREFIX}/bin/setuid
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${FILESDIR}/sample.tab ${FILESDIR}/sample.cdmount \
${WRKSRC}/barebones.tab ${EXAMPLESDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>