summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-man__makefile.src
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/urt/files/patch-man__makefile.src
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'graphics/urt/files/patch-man__makefile.src')
-rw-r--r--graphics/urt/files/patch-man__makefile.src48
1 files changed, 48 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-man__makefile.src b/graphics/urt/files/patch-man__makefile.src
new file mode 100644
index 000000000000..9ecc903da868
--- /dev/null
+++ b/graphics/urt/files/patch-man__makefile.src
@@ -0,0 +1,48 @@
+--- man/makefile.src.orig Fri Feb 28 06:26:52 1992
++++ man/makefile.src Sat Dec 28 00:43:57 2002
+@@ -211,39 +211,35 @@
+
+ # Put the manual pages into a global location
+ install: install-1 install-3 install-5
+- touch install
+
+ install-1: $(PAGES1)
+ @-sh -c "if test '$(DEST)X' != X ; then \
+ for i in $? ; do \
+ dpgm=\`basename \$$i .1\`.$(SUFF1) ; \
+- echo cp \$$i $(DEST1)/\$$dpgm ; \
+- cp \$$i $(DEST1)/\$$dpgm ; \
++ echo install \$$i $(DEST1)/\$$dpgm ; \
++ ${BSD_INSTALL_MAN} \$$i $(DEST1)/\$$dpgm ; \
+ done ; \
+ else \
+ true ; \
+ fi"
+- touch install-1
+
+ install-3: $(PAGES3)
+ @-sh -c "if test '$(DEST)X' != X ; then \
+ for i in $? ; do \
+ dpgm=${PAGE3_INSTALL_NAME} ; \
+- echo cp \$$i $(DEST3)/\$$dpgm ; \
+- cp \$$i $(DEST3)/\$$dpgm ; \
++ echo install \$$i $(DEST3)/\$$dpgm ; \
++ ${BSD_INSTALL_MAN} \$$i $(DEST3)/\$$dpgm ; \
+ done ; \
+ else \
+ true ; \
+ fi"
+- touch install-3
+
+ install-5: man5/*.5
+ @-sh -c "if test $(DEST)X != X; then \
+- echo cp $? $(DEST5); \
+- cp $? $(DEST5); \
++ echo install $? $(DEST5); \
++ ${BSD_INSTALL_MAN} $? $(DEST5); \
+ else true; \
+ fi"
+- touch install-5
+
+ # Clean up installed man pages
+ pristine: