freebsd-ports/sysutils/su2/Makefile
Michael Haro a988aaf69e update manpage with proper ${PREFIX}
PR:		10413
Submitted by:	YAKUSHIJI Ryota te196319@cse.ec.kyushu-u.ac.jp
1999-04-14 00:24:27 +00:00

21 lines
464 B
Makefile

# New ports collection makefile for: su2
# Version required: 1.3
# Date created: 12 Sep 1996
# Whom: gurney_j@efn.org
#
# $Id: Makefile,v 1.3 1998/10/27 07:52:30 obrien Exp $
#
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>