diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-25 02:24:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-25 02:24:33 +0000 |
commit | 32953b8f16c748fa52ff2755d12d175c24f2abeb (patch) | |
tree | 752e0a04209a6d6914e789755f504d770e0a1085 /comms | |
parent | Update to 0.1.67. (diff) |
- Update MASTER_SITE
- USE_REINPLACE
PR: 43639
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tits/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 8a4b5d020b1e..d2a42f475f8e 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -8,20 +8,18 @@ PORTNAME= tits PORTVERSION= 1.0.2 CATEGORIES= comms -MASTER_SITES= http://www.wee-eck.demon.co.uk/tits/ +MASTER_SITES= http://www.mctavish.co.uk/tits/ MAINTAINER= ports@FreeBSD.org -BINDIR= ${PREFIX}/sbin -MANDIR= ${PREFIX}/man/man -MAKE_ENV= BINDIR=${BINDIR} MANDIR=${MANDIR} +USE_REINPLACE= yes +MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man MAN8= tits.8 MANCOMPRESSED= yes post-patch: - ${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in - ${SED} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8 + ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 post-install: ${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default |