summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-25 02:24:33 +0000
committerijliao <ijliao@FreeBSD.org>2002-10-25 02:24:33 +0000
commit236ee932b2634eabc44196c1ef7a6245b650311c (patch)
treef11b7f23a8c0dcf07e850f631a808403fc9ab622 /comms
parentb88beaf616272371e39964fb6c4ea7ba626be5eb (diff)
downloadFreeBSD-ports-236ee932b2634eabc44196c1ef7a6245b650311c.zip
FreeBSD-ports-236ee932b2634eabc44196c1ef7a6245b650311c.tar.gz
- Update MASTER_SITE
- USE_REINPLACE PR: 43639 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'comms')
-rw-r--r--comms/tits/Makefile10
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
OpenPOWER on IntegriCloud