diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype/files/patch-Makefile.in | 49 | ||||
-rw-r--r-- | print/freetype/pkg-plist | 11 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 11 |
3 files changed, 49 insertions, 22 deletions
diff --git a/print/freetype/files/patch-Makefile.in b/print/freetype/files/patch-Makefile.in new file mode 100644 index 000000000000..d0a79de00928 --- /dev/null +++ b/print/freetype/files/patch-Makefile.in @@ -0,0 +1,49 @@ +--- Makefile.in.orig Wed Nov 8 18:01:07 2000 ++++ Makefile.in Wed Nov 8 18:01:38 2000 +@@ -8,7 +8,7 @@ + FTTESTDIR = test + FTPODIR = po + +-all: ttlib tttest ttpo ++all: ttlib ttpo + + debug: ttlibdebug tttest ttpo + +@@ -22,30 +22,23 @@ + ttlibdebug: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) debug + +-tttest: +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) all +- + ttpo: + cd $(FTPODIR); $(MAKE) all + + install: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) install +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) install + cd $(FTPODIR); $(MAKE) install + + uninstall: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) uninstall +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) uninstall + cd $(FTPODIR); $(MAKE) uninstall + + clean: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) clean +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) clean + cd $(FTPODIR); $(MAKE) clean + + distclean: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) distclean +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) distclean + cd $(FTPODIR); $(MAKE) distclean + $(RMF) config.cache config.log config.status Makefile \ + MakeSub ft_conf.h libtool +@@ -55,6 +48,5 @@ + + depend: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) depend +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) depend + + # end of Makefile.in diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist index 6878aed04b5b..1a8244c7158b 100644 --- a/print/freetype/pkg-plist +++ b/print/freetype/pkg-plist @@ -1,14 +1,3 @@ -bin/ftdump -bin/fterror -bin/ftlint -bin/ftmetric -bin/ftsbit -bin/ftstring -bin/ftstrpnm -bin/ftstrtto -bin/fttimer -bin/ftview -bin/ftzoom include/freetype/freetype.h include/freetype/fterrid.h include/freetype/ftnameid.h diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 6878aed04b5b..1a8244c7158b 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -1,14 +1,3 @@ -bin/ftdump -bin/fterror -bin/ftlint -bin/ftmetric -bin/ftsbit -bin/ftstring -bin/ftstrpnm -bin/ftstrtto -bin/fttimer -bin/ftview -bin/ftzoom include/freetype/freetype.h include/freetype/fterrid.h include/freetype/ftnameid.h |