Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 04:37:53 +0800 (CST)
From:      Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@Infomath.math.NCTU.edu.tw
Subject:   ports/39240: Update port: mail/vm-pop3d
Message-ID:  <20020613203753.3E8FA5784@Infomath.math.NCTU.edu.tw>

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

>Number:         39240
>Category:       ports
>Synopsis:       Update port: mail/vm-pop3d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 13 13:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD Infomath.math.NCTU.edu.tw 4.6-RC FreeBSD 4.6-RC #1: Fri May 31 15:27:31 CST 2002 root@InFoPC34.Math.nctu.edu.tw:/usr/src/sys/compile/InfoPC34 i386


	
>Description:
	Use ${REINPLACE_CMD} instead of ${PERL}
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/mail/vm-pop3d/Makefile vm-pop3d/Makefile
--- /usr/ports/mail/vm-pop3d/Makefile	Thu May  9 17:33:01 2002
+++ vm-pop3d/Makefile	Fri Jun 14 04:31:40 2002
@@ -36,9 +36,9 @@
 	@${ECHO} ""
 
 post-patch:
-	@${PERL} -pi -e "s@LIBS -ldl@LIBS@" ${WRKSRC}/configure
-	@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/vm-pop3d.h
-	@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/vm-pop3d.sh > ${WRKSRC}/vm-pop3d.sh.sample
+	@${REINPLACE_CMD} -e "s@LIBS -ldl@LIBS@" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/vm-pop3d.h
+	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${FILESDIR}/vm-pop3d.sh > ${WRKSRC}/vm-pop3d.sh.sample
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8
	


>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?20020613203753.3E8FA5784>