freebsd-ports/comms/tits/Makefile
Ying-Chieh Liao 32953b8f16 - Update MASTER_SITE
- USE_REINPLACE

PR:		43639
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-10-25 02:24:33 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: tits
# Date created: 9 February 2001
# Whom: Steve Woodford <scw@netbsd.hut.fi>
#
# $FreeBSD$
#
PORTNAME= tits
PORTVERSION= 1.0.2
CATEGORIES= comms
MASTER_SITES= http://www.mctavish.co.uk/tits/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
MAN8= tits.8
MANCOMPRESSED= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
post-install:
${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default
.include <bsd.port.mk>