diff options
author | sat <sat@FreeBSD.org> | 2006-05-17 12:56:07 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-17 12:56:07 +0800 |
commit | a127579db4c3f142cdc0580fe1cfb23c27d5412a (patch) | |
tree | 750ef3c92f8e9f68ab33e895aa7ebb46f2436796 | |
parent | e819fcf50dcacfa0cda4d00d375318b80a79d4d7 (diff) | |
download | freebsd-ports-gnome-a127579db4c3f142cdc0580fe1cfb23c27d5412a.tar.gz freebsd-ports-gnome-a127579db4c3f142cdc0580fe1cfb23c27d5412a.tar.zst freebsd-ports-gnome-a127579db4c3f142cdc0580fe1cfb23c27d5412a.zip |
- Fix plist
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
-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: + |