diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:13:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:13:27 +0000 |
commit | ef246cec1e89f84b601a30b4ef6587e5fd06a213 (patch) | |
tree | b8de52fc5b48e8756bd30a27393767510b8a19db /misc/wmx10/files/patch-aa | |
parent | remove unmaintained expired ports from multimedia (diff) |
remove unmaintained expired ports from misc
2011-05-01 misc/acron: Upstream disapear and distfile is no more available
2011-05-01 misc/chord: Upstream disapear and distfile is no more available
2011-05-01 misc/datedif: Upstream disapear and distfile is no more available
2011-05-01 misc/earthview: Upstream disapear and distfile is no more available
2011-05-01 misc/fcalc: Upstream disapear and distfile is no more available
2011-05-01 misc/gkrellscore: Upstream disapear and distfile is no more available
2011-05-01 misc/goldstr: Upstream disapear and distfile is no more available
2011-05-01 misc/gtl: Upstream disapear and distfile is no more available
2011-05-01 misc/kp: Upstream disapear and distfile is no more available
2011-05-01 misc/nserver: Upstream disapear and distfile is no more available
2011-05-01 misc/patanjali: Upstream disapear and distfile is no more available
2011-05-01 misc/qmc: Upstream disapear and distfile is no more available
2011-05-01 misc/snowflake: Upstream disapear and distfile is no more available
2011-05-01 misc/translator: Upstream disapear and distfile is no more available
2011-05-01 misc/videotext: Upstream disapear and distfile is no more available
2011-05-01 misc/wmweather: Distfile is no longer available, try misc/wmweather+
2011-05-01 misc/wmx10: Upstream disapear and distfile is no more available
Diffstat (limited to 'misc/wmx10/files/patch-aa')
-rw-r--r-- | misc/wmx10/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/wmx10/files/patch-aa b/misc/wmx10/files/patch-aa deleted file mode 100644 index 0cec3accd25a..000000000000 --- a/misc/wmx10/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Mon Oct 18 06:25:17 1999 -+++ Makefile Fri Aug 6 17:40:19 2004 -@@ -1,12 +1,12 @@ --INCDIR = -I/usr/X11R6/include --LIBDIR = -L/usr/X11R6/lib -+INCDIR = -I${LOCALBASE}/include -+LIBDIR = -L${LOCALBASE}/lib - LIBS = -lXpm -lXext -lX11 - OBJS = br_cmd.o wmx10.o ../wmgeneral/wmgeneral.o --CFLAGS = -D$(shell echo `uname -s`) #-DDEBUG --CC = gcc -+CFLAGS += -D$(shell echo `uname -s`) #-DDEBUG -+CC ?= gcc - - .c.o: -- $(CC) -c -O2 -Wall $(CFLAGS) $< -o $*.o $(INCDIR) -+ $(CC) -c $(CFLAGS) $< -o $*.o $(INCDIR) - - all: wmx10 - -@@ -19,6 +19,5 @@ - done - rm -f wmx10 *~ - --install: -- strip wmx10 -- mv wmx10 /usr/local/bin -+install: wmx10 -+ ${BSD_INSTALL_PROGRAM} wmx10 ${LOCALBASE}/bin |