diff options
Diffstat (limited to 'comms/tits/Makefile')
-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 8a4b5d0..d2a42f4 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 |