svn commit: r564677 - head/x11-wm/icewm
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Feb 8 04:25:03 UTC 2021
Author: danfe
Date: Mon Feb 8 04:25:03 2021
New Revision: 564677
URL: https://svnweb.freebsd.org/changeset/ports/564677
Log:
Don't try to needlessly (or, as with --with-docdir, even bogusly) override
various directories and trust the default values from the configure script.
As a result, icehelp(1) now displays internal HTML help as expected, while
previously it could not find the files and showed empty window.
PR: 253091
Modified:
head/x11-wm/icewm/Makefile
Modified: head/x11-wm/icewm/Makefile
==============================================================================
--- head/x11-wm/icewm/Makefile Mon Feb 8 04:07:50 2021 (r564676)
+++ head/x11-wm/icewm/Makefile Mon Feb 8 04:25:03 2021 (r564677)
@@ -3,6 +3,7 @@
PORTNAME= icewm
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
@@ -23,10 +24,7 @@ USE_GNOME= glib20
USE_PERL5= build
USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xpm xrender
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-icesound=oss \
- --with-cfgdir=${DATADIR} \
- --with-libdir=${DATADIR} \
- --with-docdir=${PREFIX}/share/doc
+CONFIGURE_ARGS= --with-icesound=oss
SHEBANG_FILES= contrib/icewm-menu-xrandr
OPTIONS_DEFINE= BEASTIE DOCS IMLIB2 NLS SVG XFT XINERAMA XRANDR
More information about the svn-ports-all
mailing list