diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-17 04:56:07 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-17 04:56:07 +0000 |
commit | ec7d80acbae6228dd86be067712c039fb02d456a (patch) | |
tree | bfb494491b3473e1a99e163e72e688c08bcd8db9 /archivers/xarchive | |
parent | 8b7d83f0883fb4c8d792ed7c4b0d718f5337440e (diff) | |
download | ports-ec7d80acbae6228dd86be067712c039fb02d456a.tar.gz ports-ec7d80acbae6228dd86be067712c039fb02d456a.zip |
Notes
Diffstat (limited to 'archivers/xarchive')
-rw-r--r-- | archivers/xarchive/Makefile | 2 | ||||
-rw-r--r-- | archivers/xarchive/files/patch-doc-Makefile.in | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/archivers/xarchive/Makefile b/archivers/xarchive/Makefile index 6c696e1b3dea..aecbecebfc70 100644 --- a/archivers/xarchive/Makefile +++ b/archivers/xarchive/Makefile @@ -22,8 +22,6 @@ MAN1= xarchive.1 GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -MAKE_ARGS= -E doc_DATA -MAKE_ENV= doc_DATA="" OPTIONS= 7ZIP "Support for 7zip archives" off \ ARJ "Support for ARJ archives" off \ diff --git a/archivers/xarchive/files/patch-doc-Makefile.in b/archivers/xarchive/files/patch-doc-Makefile.in new file mode 100644 index 000000000000..538f1296b1f8 --- /dev/null +++ b/archivers/xarchive/files/patch-doc-Makefile.in @@ -0,0 +1,11 @@ +--- ./doc/Makefile.in.orig Wed May 17 08:42:06 2006 ++++ ./doc/Makefile.in Wed May 17 08:42:32 2006 +@@ -234,7 +234,7 @@ + + info-am: + +-install-data-am: install-docDATA install-man ++install-data-am: install-man + + install-exec-am: + |