ports/104540: [PATCH] sysutils/ssync: respect PREFIX

chinsan chinsan at FreeBSD.org
Wed Oct 18 15:20:17 UTC 2006


>Number:         104540
>Category:       ports
>Synopsis:       [PATCH] sysutils/ssync: respect PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 15:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006
>Description:
- respect PREFIX

Port maintainer (samm at os2.kiev.ua) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ssync-2.3_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/ssync/Makefile /usr/home/chinsan/project/ssync/Makefile
--- /usr/ports/sysutils/ssync/Makefile	Sat May 13 12:15:47 2006
+++ /usr/home/chinsan/project/ssync/Makefile	Wed Oct 18 23:11:11 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	ssync
 PORTVERSION=	2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://mnmconsulting.org/ssync/ \
 		ftp://ftp.netsw.org/system/tools/fileutils/install/ssync/
@@ -24,7 +24,8 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0 at g' ${WRKSRC}/ssyncd.init
 	@${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc at g;s@/usr/sbin@${PREFIX}/sbin at g;" \
-		${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c
+		${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c \
+		${WRKSRC}/ssync.man
 	@${REINPLACE_CMD} -e "s at FLAGS=@FLAGS+=@g" ${WRKSRC}/makefile
 
 do-install:
--- ssync-2.3_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list