diff -uNr ft2demos.orig/Makefile ft2demos/Makefile --- ft2demos.orig/Makefile Tue Apr 1 11:45:52 2003 +++ ft2demos/Makefile Fri Apr 11 16:45:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= ft2demos -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ @@ -20,7 +20,7 @@ COMMENT= Demo programs for FreeType2 BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool -BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build +BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:configure LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes @@ -35,6 +35,6 @@ FT_PROGRAMS= ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testnames do-install: - @(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin) + @(cd ${WRKSRC}/bin/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin) .include diff -uNr ft2demos.orig/distinfo ft2demos/distinfo --- ft2demos.orig/distinfo Mon Jan 27 12:17:39 2003 +++ ft2demos/distinfo Fri Apr 11 14:08:39 2003 @@ -1 +1 @@ -MD5 (ft2demos-2.1.3.tar.bz2) = 8ca71a907a0623d5cabad61291a36e46 +MD5 (ft2demos-2.1.4.tar.bz2) = 92cb4e645fe1cfb8345b64cedb9d332e diff -uNr ft2demos.orig/files/patch-Makefile ft2demos/files/patch-Makefile --- ft2demos.orig/files/patch-Makefile Thu Jan 1 09:00:00 1970 +++ ft2demos/files/patch-Makefile Fri Apr 11 14:55:21 2003 @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 14 17:53:27 2002 ++++ Makefile Fri Apr 11 14:54:29 2003 +@@ -94,7 +94,7 @@ + + COMPILE = $(CC) $(CFLAGS) $(INCLUDES:%=$I%) + +- FTLIB := $(LIB_DIR)$(SEP)$(LIBRARY).$A ++ FTLIB := $(LOCALBASE)/lib$(SEP)$(LIBRARY).so + + # "-lm" is required to compile on some Unix systems + #