mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7148be76c6
support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1]
25 lines
929 B
Plaintext
25 lines
929 B
Plaintext
--- Makefile.in.orig 2013-05-07 15:26:43.000000000 +0900
|
|
+++ Makefile.in 2013-05-07 15:26:58.000000000 +0900
|
|
@@ -1,9 +1,8 @@
|
|
-# Makefile.in generated by automake 1.12 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.12.2 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
|
-# Foundation, Inc.
|
|
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
|
|
+
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
@@ -2080,7 +2079,7 @@
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
- chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
+ chmod -R a-w $(distdir); chmod u+w $(distdir)
|
|
mkdir $(distdir)/_build
|
|
mkdir $(distdir)/_inst
|
|
chmod a-w $(distdir)
|