Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2001 12:36:03 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dwcjr@freebsd.org
Subject:   ports/28838: Fix errors in dwcjr's commit of port net/jags
Message-ID:  <200107091636.f69Ga3q36813@wlgrv1.pa.home.com>

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

>Number:         28838
>Category:       ports
>Synopsis:       Fix errors in dwcjr's commit of port net/jags
>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:   Mon Jul 09 09:40:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
o Fix patch and move .include <bsd.port.mk> to the bottom of Makefile not
  above patch.
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/net/jags/Makefile jags/Makefile
--- /usr/ports/net/jags/Makefile	Sun Jul  8 10:33:48 2001
+++ jags/Makefile	Mon Jul  9 12:27:18 2001
@@ -18,10 +18,10 @@
 USE_GLIB=	yes
 GNU_CONFIGURE=	yes
 
-.include <bsd.port.mk>
-
-patch:
+pre-patch:
 	@${PERL} -pi.fbsd -e 's@/usr/local/share/jags/@${PREFIX}/share/jags/@g' \
 		${WRKSRC}/src/jagsconfig.cpp
 	@${PERL} -pi.fbsd -e 's@/usr/local/share/jags/pixmaps/@${PREFIX}/share/jags/pixmaps/@g' \
 		${WRKSRC}/src/gtk_common.cpp
+
+.include <bsd.port.mk>
>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?200107091636.f69Ga3q36813>