1
0
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:
Florian Smeets 2011-04-25 19:48:41 +00:00
parent cfb4cd4775
commit 25b5a08352
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273179
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= icewm
PORTVERSION= 1.3.7
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/

View 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`