diff options
Diffstat (limited to 'textproc/t1lib/patches/patch-ac')
-rw-r--r-- | textproc/t1lib/patches/patch-ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/t1lib/patches/patch-ac b/textproc/t1lib/patches/patch-ac deleted file mode 100644 index e7d7dcdc249..00000000000 --- a/textproc/t1lib/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2001/07/30 20:07:23 jlam Exp $ - ---- lib/Makefile.in.orig Mon Jan 15 17:34:40 2001 -+++ lib/Makefile.in -@@ -161,17 +161,10 @@ - install: dummy - $(MKINSTALLDIRS) $(libdir) - $(MKINSTALLDIRS) $(includedir) -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) $(MAIN_TARGET) $(libdir) - $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) $(MAIN_HEADER) $(includedir) -- if (test -f @T1LIB_DATA_DIR@/t1lib.config) \ -- then \ -- echo "Alert: Global configuration file exists, installation skipped!"; \ -- else \ -- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \ -- fi; - - - uninstall: dummy |