ports/88220: maintainer-update: print/ft2demos

KANOU Hiroki kanou at khdd.net
Sun Oct 30 09:20:20 UTC 2005


>Number:         88220
>Category:       ports
>Synopsis:       maintainer-update: print/ft2demos
>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:   Sun Oct 30 09:20:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki
>Release:        FreeBSD 5.3-SECURITY i386
>Organization:
>Environment:
System: FreeBSD tin.khdd.net 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Wed Jul 20 06:22:23 UTC 2005 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:

The port of FreeType 2 demo programs did not install binaries to neither
${LOCALBASE} nor ${X11BASE}.

>How-To-Repeat:
>Fix:

--- fontforge.diff begins here ---
diff -uNr ft2demos/Makefile ft2demos.orig/Makefile
--- ft2demos/Makefile	Thu Oct 13 20:53:31 2005
+++ ft2demos.orig/Makefile	Sun Oct 30 16:49:23 2005
@@ -34,6 +34,6 @@
 FT_PROGRAMS=	ftbench ftchkwd ftdump ftgamma ftlint ftmemchk ftmulti ftstring fttimer ftvalid ftview testname
 
 do-install:
-	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
+	@(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${LOCALBASE}/bin)
 
 .include <bsd.port.post.mk>
--- fontforge.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list