openbsd-ports/x11/Xdialog/patches/patch-Makefile_in
steven 93daac285d update to 2.2.1, bugfix:
Corrected the bug in the --dselect widget which was returning a filename
by default, instead of the directory name.

from jasper (maintainer)
2006-06-01 04:21:13 +00:00

12 lines
440 B
Plaintext

--- Makefile.in.orig Sun May 7 00:20:30 2006
+++ Makefile.in Thu Jun 1 08:12:37 2006
@@ -182,7 +182,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = m4 lib src po doc
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/examples/$(PACKAGE)
CONFIG_CLEAN_FILES = ltmain.sh ltconfig autom4te.cache/*
doc_DATA = $(srcdir)/samples/*
ACLOCAL_AMFLAGS = -I m4