- remove unneeded patches
This commit is contained in:
parent
0018da7936
commit
b7b0c65b6c
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.52 2010/04/24 20:18:39 naddy Exp $
|
# $OpenBSD: Makefile,v 1.53 2010/08/29 17:59:19 jasper Exp $
|
||||||
|
|
||||||
COMMENT= Data Display Debugger, graphical front-end for GDB, etc
|
COMMENT= Data Display Debugger, graphical front-end for GDB, etc
|
||||||
|
|
||||||
@ -42,6 +42,8 @@ SEPARATE_BUILD= simple
|
|||||||
CONFIGURE_ARGS= --with-readline-libraries=/usr/lib
|
CONFIGURE_ARGS= --with-readline-libraries=/usr/lib
|
||||||
|
|
||||||
MAKE_FLAGS= MAINTAINER="'${MAINTAINER}'"
|
MAKE_FLAGS= MAINTAINER="'${MAINTAINER}'"
|
||||||
|
FAKE_FLAGS= dddrootdir="${PREFIX}/share/ddd/" \
|
||||||
|
dddappdir="${PREFIX}/share/ddd/ddd/"
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddd
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ddd
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
$OpenBSD: patch-ddd_Makefile_in,v 1.6 2009/11/30 23:45:35 edd Exp $
|
$OpenBSD: patch-ddd_Makefile_in,v 1.7 2010/08/29 17:59:19 jasper Exp $
|
||||||
--- ddd/Makefile.in.orig Wed Feb 11 17:25:55 2009
|
--- ddd/Makefile.in.orig Wed Feb 11 17:25:55 2009
|
||||||
+++ ddd/Makefile.in Mon Sep 28 09:40:49 2009
|
+++ ddd/Makefile.in Mon Sep 28 09:40:49 2009
|
||||||
@@ -499,8 +499,8 @@ SUFFIXES = .C .c .Y .L .txt .xbm .xbmxx .xpm .xpmxx \
|
|
||||||
|
|
||||||
|
|
||||||
# Shared data installation
|
|
||||||
-dddrootdir = $(pkgdatadir)-$(VERSION)
|
|
||||||
-dddappdir = $(pkgdatadir)-$(VERSION)/$(ddd)
|
|
||||||
+dddrootdir = $(pkgdatadir)
|
|
||||||
+dddappdir = $(pkgdatadir)/$(ddd)
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# DDD Sources.
|
|
||||||
@@ -2718,18 +2718,8 @@ configinfo.C: USERINFO.txt $(srcdir)/config-info
|
@@ -2718,18 +2718,8 @@ configinfo.C: USERINFO.txt $(srcdir)/config-info
|
||||||
$(SHELL) $(srcdir)/config-info $(srcdir)/USERINFO.txt USERINFO.txt > $@~ && \
|
$(SHELL) $(srcdir)/config-info $(srcdir)/USERINFO.txt USERINFO.txt > $@~ && \
|
||||||
$(MV) $@~ $@
|
$(MV) $@~ $@
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-themes_Makefile_in,v 1.3 2009/11/30 23:45:35 edd Exp $
|
|
||||||
--- themes/Makefile.in.orig Wed Feb 11 17:25:55 2009
|
|
||||||
+++ themes/Makefile.in Mon Sep 28 09:40:50 2009
|
|
||||||
@@ -270,7 +270,7 @@ top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
|
|
||||||
# Shared data installation
|
|
||||||
-dddrootdir = $(pkgdatadir)-@VERSION@
|
|
||||||
+dddrootdir = $(pkgdatadir)
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# DDD themes.
|
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-vsllib_Makefile_in,v 1.3 2009/11/30 23:45:35 edd Exp $
|
|
||||||
--- vsllib/Makefile.in.orig Wed Feb 11 17:25:55 2009
|
|
||||||
+++ vsllib/Makefile.in Mon Nov 30 22:39:47 2009
|
|
||||||
@@ -270,7 +270,7 @@ top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
|
|
||||||
# Shared data installation
|
|
||||||
-dddrootdir = $(pkgdatadir)-@VERSION@
|
|
||||||
+dddrootdir = $(pkgdatadir)
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# VSL files.
|
|
Loading…
x
Reference in New Issue
Block a user