summaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-07-11 14:27:38 +0000
committertron <tron@pkgsrc.org>2002-07-11 14:27:38 +0000
commit296af1c3335de587810367ab97d5eb88f9a01d64 (patch)
tree4b0aa1eddfe007a90ce92cab6176e6379afec430 /x11/xbindkeys
parentb2012d400d2d408f512c691a61ff20f69a75e8e8 (diff)
downloadpkgsrc-296af1c3335de587810367ab97d5eb88f9a01d64.tar.gz
Undo accidental import of "xbindkeys-config" package into the wrong
directory.
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/patches/patch-aa29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/xbindkeys/patches/patch-aa b/x11/xbindkeys/patches/patch-aa
deleted file mode 100644
index ebcbbaebdb4..00000000000
--- a/x11/xbindkeys/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/11 14:23:37 tron Exp $
-
---- Makefile.orig Tue Jun 4 11:35:45 2002
-+++ Makefile Sun Jun 16 20:51:30 2002
-@@ -1,13 +1,13 @@
- # makefile crée par Laurent VUIBERT
-
--CC= gcc -O3 -Wall
-+CC= gcc ${CFLAGS}
- STD= _GNU_SOURCE
--GTK= `gtk-config --cflags --libs`
--GTK2= `gtk-config --cflags`
-+GTK= `${BUILDLINK_DIR}/bin/gtk-config --cflags --libs`
-+GTK2= `${BUILDLINK_DIR}/bin/gtk-config --cflags`
- OBJS= xbindkeys_config.o menu.o middle.o speedc.o
- NOM= xbindkeys_config
-
--prefix= /usr
-+prefix= ${LOCALBASE}
-
- .c.o:
- $(CC) $(GTK2) -D$(STD) -c $<
-@@ -22,5 +22,5 @@
- rm -rf .v*
-
- install:
-- cp $(NOM) $(DESTDIR)$(prefix)/bin/
-+ install -m 555 -o root -g wheel -c $(NOM) $(DESTDIR)$(prefix)/bin/
- #End Makefile