Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 15:08:40 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48131: Update port: net/ddup (fix ddupcron.sh)
Message-ID:  <20030210060840.0E42354B7@hadaly.dyndns.org>

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

>Number:         48131
>Category:       ports
>Synopsis:       Update port: net/ddup (fix ddupcron.sh)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 09 22:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
Fix REINPLACE
	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ddup/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	5 Feb 2003 12:21:22 -0000	1.13
+++ Makefile	10 Feb 2003 06:04:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ddup
 PORTVERSION=	3.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITES_LOCAL}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-unix
@@ -32,7 +32,7 @@
 	@${GUNZIP_CMD} ${WRKSRC}/ddup.1.gz
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,!!PREFIX!!,${PREFIX},' ${WRKSRC}/ddupcron.sh
+	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/ddupcron.sh
 	@${REINPLACE_CMD} -e 's,/etc\b,${PREFIX}$$&,' ${WRKSRC}/ddup.1
 
 pre-build:

	



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

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




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