diff options
author | flo <flo@FreeBSD.org> | 2011-04-26 03:48:41 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-04-26 03:48:41 +0800 |
commit | a1c8e897cda0f4a98083e2228880e5d025837db1 (patch) | |
tree | 617e91ef0e774c94ef1b4e63e0a3a43ba6a53074 /x11-wm | |
parent | 0710104bd9b1941295adb53021d1924f05ede6c2 (diff) | |
download | freebsd-ports-gnome-a1c8e897cda0f4a98083e2228880e5d025837db1.tar.gz freebsd-ports-gnome-a1c8e897cda0f4a98083e2228880e5d025837db1.tar.zst freebsd-ports-gnome-a1c8e897cda0f4a98083e2228880e5d025837db1.zip |
- 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)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-src__Makefile.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 5290c5c6f5a8..77b388f5a9a8 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/ diff --git a/x11-wm/icewm/files/patch-src__Makefile.in b/x11-wm/icewm/files/patch-src__Makefile.in new file mode 100644 index 000000000000..2b4be0d2b11f --- /dev/null +++ b/x11-wm/icewm/files/patch-src__Makefile.in @@ -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` |