diff options
author | shurd <shurd@FreeBSD.org> | 2014-12-08 10:42:48 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2014-12-08 10:42:48 +0800 |
commit | 6bf3cb99e48f7f7cbfa5c9ba1f98938be5ff8ee5 (patch) | |
tree | 3012d22b33c10c6c861d99cfe9fa27ac3dcb5289 /comms | |
parent | de0325142ef9b9c7d29d4d41cddd898790c5e2d2 (diff) | |
download | freebsd-ports-gnome-6bf3cb99e48f7f7cbfa5c9ba1f98938be5ff8ee5.tar.gz freebsd-ports-gnome-6bf3cb99e48f7f7cbfa5c9ba1f98938be5ff8ee5.tar.zst freebsd-ports-gnome-6bf3cb99e48f7f7cbfa5c9ba1f98938be5ff8ee5.zip |
Fix bad patch in update. Generated the patch after post-patch (sigh)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy index cdffd11c01e3..296818dc0688 100644 --- a/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy +++ b/comms/qsstv/files/patch-qsstv_Documentation_manual_manual.doxy @@ -1,11 +1,11 @@ --- qsstv/Documentation/manual/manual.doxy.orig 2014-12-06 07:35:02.000000000 -0800 -+++ qsstv/Documentation/manual/manual.doxy 2014-12-07 16:19:50.000000000 -0800 ++++ qsstv/Documentation/manual/manual.doxy 2014-12-07 18:41:16.000000000 -0800 @@ -52,7 +52,7 @@ # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = $(HOME)/qsstv -+OUTPUT_DIRECTORY = /home/admin/fbsd/ports/head/comms/qsstv/work/stage/usr/local/share/doc/qsstv ++OUTPUT_DIRECTORY = %%DOCSDIR%% # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output |