1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/su2/Makefile
Matthias Andree f9ca342c9a Fix LEGAL message.
PR:		ports/184774
Submitted by:	Denis Generalov (maintainer)
2014-01-14 02:13:28 +00:00

26 lines
565 B
Makefile

# Created by: gurney_j@efn.org
# $FreeBSD$
PORTNAME= su2
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/
MAINTAINER= gd.workbox@gmail.com
COMMENT= Enhanced su, allows users to su with own password + more
PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs
NO_CDROM= Do not sell for profit
PLIST_FILES= bin/su2 \
man/man1/su2.1.gz
post-patch:
${REINPLACE_CMD} -e '/^CC=gcc/d' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' \
${WRKSRC}/su2.man
.include <bsd.port.mk>