htmldoc: fix search path in installed binaries, reported by Matthias Andree, ok benoit

This commit is contained in:
sthen
2026-05-30 13:49:30 +00:00
parent c2433edb6e
commit 820850ee44
2 changed files with 4 additions and 13 deletions
+3 -3
View File
@@ -1,6 +1,7 @@
COMMENT = convert HTML pages to PDF/PS format
V = 1.9.23
REVISION = 0
DISTNAME = htmldoc-${V}
CATEGORIES = print www
@@ -22,9 +23,8 @@ LIB_DEPENDS = graphics/jpeg \
graphics/png \
print/cups,-libs
CONFIGURE_STYLE = gnu dest
CONFIGURE_ARGS += --without-gui --disable-gnutls \
--datadir=${WRKINST}${PREFIX}/share
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --without-gui
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include"
+1 -10
View File
@@ -1,16 +1,7 @@
Index: Makedefs.in
--- Makedefs.in.orig
+++ Makedefs.in
@@ -42,7 +42,7 @@ INSTALL_MAN = $(INSTALL) -c -m 444
# Directories...
#
-BUILDROOT = $(DSTROOT)$(RPM_BUILD_ROOT)$(DESTDIR)
+BUILDROOT = ${WRKDIR}
bindir = @bindir@
datadir = @datadir@
datarootdir = @datarootdir@
@@ -81,11 +81,8 @@ WARNINGS = @WARNINGS@
@@ -80,11 +80,8 @@ WARNINGS = @WARNINGS@
# Rules...
#