New version 1.25 -> 1.26. Fix: PORTNAME= windowlab -PORTVERSION= 1.25 +PORTVERSION= 1.26 CATEGORIES= x11-wm MASTER_SITES= http://www.nickgravgaard.com/windowlab/ EXTRACT_SUFX= .tar @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes -MAKE_ARGS+= MENURC=${PREFIX}/etc/windowlab/menurc +MAKE_ARGS+= CFLAGS="" MENURC=${PREFIX}/etc/windowlab/menurc PLIST_FILES= bin/windowlab etc/windowlab/menurc PLIST_DIRS= etc/windowlab # -------------------------------------------------------------------- -CC = gcc --CFLAGS = -g -O2 -Wall -- - BINDIR = $(DESTDIR)$(XROOT)/bin - MANDIR = $(DESTDIR)$(XROOT)/man/man1 - CFGDIR = $(DESTDIR)/etc/X11/windowlab + ifndef CFLAGS + CFLAGS = -g -O2 -Wall + endif--sQ72ErLFK5q2JYuaeGNBZcpXKVLM8oeApRwY9KGnWSTO4mxN Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ru windowlab/Makefile windowlab.new/Makefile --- windowlab/Makefile Wed Mar 23 14:25:34 2005 +++ windowlab.new/Makefile Wed Mar 23 14:45:08 2005 @@ -6,7 +6,7 @@ #
State Changed From-To: open->closed Committed with modifications, thanks! I solved the CFLAGS-issue a bit differently so that we don't need a patch.