Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 21:31:02 +0200
From:      "David Le Brun" <david@dyn-ns.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/87582: [Maintainer Update] textproc/xmlindent : respect ${LOCALBASE}
Message-ID:  <1129577462.0@canelle.lan>
Resent-Message-ID: <200510171940.j9HJeFkj005500@freefall.freebsd.org>

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

>Number:         87582
>Category:       ports
>Synopsis:       [Maintainer Update] textproc/xmlindent : respect ${LOCALBASE}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 17 19:40:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.4-STABLE #12: Fri Apr 29 22:16:52 CEST 2005
    root@canelle.lan:/usr/src/sys/i386/compile/CANELLE



>Description:


Respect ${LOCALBASE} (noticed by Kris)


>How-To-Repeat:





>Fix:


--- xmlindent.patch begins here ---
diff -ruN xmlindent.orig/Makefile xmlindent/Makefile
--- xmlindent.orig/Makefile	Sun Dec  5 15:52:39 2004
+++ xmlindent/Makefile	Mon Oct 17 09:53:09 2005
@@ -21,7 +21,7 @@
 PLIST_FILES=	bin/xmlindent
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|/share/man/|/man/|' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
--- xmlindent.patch ends here ---



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



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