aboutsummaryrefslogtreecommitdiff
path: root/devel/t1lib/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-14 18:49:24 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-14 18:49:24 +0000
commit2e20ed8a84a59d6dd131bce904ec622d775036a5 (patch)
tree00674b470b61ab93b09a05bf6da7c01a56248d78 /devel/t1lib/files
parentfd135a4a2a55b158aa58850b6c936e65e5abf4e2 (diff)
downloadports-2e20ed8a84a59d6dd131bce904ec622d775036a5.tar.gz
ports-2e20ed8a84a59d6dd131bce904ec622d775036a5.zip
Notes
Diffstat (limited to 'devel/t1lib/files')
-rw-r--r--devel/t1lib/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/t1lib/files/patch-Makefile.in b/devel/t1lib/files/patch-Makefile.in
new file mode 100644
index 000000000000..9831bfab95f7
--- /dev/null
+++ b/devel/t1lib/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Tue Jan 16 07:37:11 2001
++++ Makefile.in Tue Apr 13 23:29:28 2004
+@@ -105,7 +105,7 @@
+
+
+ install: dummy
+- for i in $(ALLSUBDIRS) $(DOCSUBDIRS); do \
++ for i in $(ALLSUBDIRS); do \
+ (cd $$i; $(MAKE) install) || exit 1; \
+ done
+