1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/su2/Makefile
1999-08-31 02:00:46 +00:00

22 lines
421 B
Makefile

# New ports collection makefile for: su2
# Version required: 1.3
# Date created: 12 Sep 1996
# Whom: gurney_j@efn.org
#
# $FreeBSD$
#
DISTNAME= su2-1.3
CATEGORIES= sysutils security
MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/
MAINTAINER= jmg@freebsd.org
NO_CDROM= "Don't sell for profit"
MAN1= su2.1
post-patch:
${PERL} -pi -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man
.include <bsd.port.mk>