mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
htmldoc: fix search path in installed binaries, reported by Matthias Andree, ok benoit
This commit is contained in:
@@ -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,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...
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user