Skip site navigation (1)Skip section navigation (2)
Date:      3 Oct 2002 21:03:24 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43639: [PATCH] Update comms/tits: MASTER_SITE changed
Message-ID:  <20021003210324.97550.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         43639
>Category:       ports
>Synopsis:       [PATCH] Update comms/tits: MASTER_SITE changed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 14:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update MASTER_SITE
- USE_REINPLACE
>How-To-Repeat:
>Fix:

--- tits.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/tits/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/04/18 15:32:59	1.1
+++ Makefile	2002/10/03 21:01:01
@@ -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
--- tits.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021003210324.97550.qmail>