mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- fix path to html documentation
Use a diffent fix as the one suggested by the maintainer in the PR. PR: ports/156573 Approved by: eadler (maintainer)
This commit is contained in:
parent
cfb4cd4775
commit
25b5a08352
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273179
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= icewm
|
||||
PORTVERSION= 1.3.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/
|
||||
|
||||
|
11
x11-wm/icewm/files/patch-src__Makefile.in
Normal file
11
x11-wm/icewm/files/patch-src__Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/Makefile.in.orig 2011-04-22 23:41:38.690448253 +0200
|
||||
+++ ./src/Makefile.in 2011-04-22 23:41:53.522445343 +0200
|
||||
@@ -32,7 +32,7 @@
|
||||
-DICEWMBGEXE='"icewmbg$(EXEEXT)"' \
|
||||
-DICESMEXE='"icewm-session$(EXEEXT)"' \
|
||||
-DICEHELPEXE='"icehelp$(EXEEXT)"' \
|
||||
- -DICEHELPIDX='"$(DOCDIR)/icewm-$(VERSION)/icewm.html"'
|
||||
+ -DICEHELPIDX='"$(DOCDIR)/icewm/icewm.html"'
|
||||
|
||||
CXXFLAGS = @CXXFLAGS@ $(DEBUG) $(DEFS) `pkg-config gdk-pixbuf-xlib-2.0 --cflags` \
|
||||
@CORE_CFLAGS@ @IMAGE_CFLAGS@ @AUDIO_CFLAGS@ # `fc-config --cflags`
|
Loading…
Reference in New Issue
Block a user