ports/76341: Update port: comms/sms_client - fix packing list.

Florent Thoumie flz at xbsd.org
Mon Jan 17 13:10:32 UTC 2005


>Number:         76341
>Category:       ports
>Synopsis:       Update port: comms/sms_client - fix packing list.
>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:   Mon Jan 17 13:10:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root at gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386

>Description:

Fix packing list.

>How-To-Repeat:

N/A

>Fix:

--- sms_client.diff begins here ---
--- Makefile.orig	Mon Jan 17 14:00:49 2005
+++ Makefile	Mon Jan 17 14:09:06 2005
@@ -20,11 +20,12 @@
 MAN1=			sms_client.1
 
 post-configure:
-	${SED} -e 's at gcc@${CC}@g' -e 's at -Wall@${CFLAGS} -Wall at g' \
+	@${SED} -e 's at gcc@${CC}@g' -e 's at -Wall@${CFLAGS} -Wall at g' \
 		${FILESDIR}/Makefile.config > ${WRKSRC}/Makefile.config
 
 post-patch:
-	${MV} ${WRKSRC}/sms/services/vodafone_autralia \
+	@${MV} ${WRKSRC}/sms/services/vodafone_autralia \
 		${WRKSRC}/sms/services/vodafone_australia
+	@${RM} ${WRKSRC}/sms/services/att_web.orig
 
 .include <bsd.port.mk>
--- sms_client.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list