- remove unneeded patch
This commit is contained in:
parent
4944250aea
commit
9ec15e8a59
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/17 08:05:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2011/05/02 19:15:49 jasper Exp $
|
||||
|
||||
COMMENT= DICOM toolkit
|
||||
|
||||
@ -36,7 +36,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
||||
FAKE_FLAGS= DESTDIR=${WRKINST} \
|
||||
etcdir=${WRKINST}${PREFIX}/share/examples/dcmtk
|
||||
etcdir=${WRKINST}${PREFIX}/share/examples/dcmtk \
|
||||
datadir=${WRKINST}${PREFIX}/share/dcmtk \
|
||||
docdir=${WRKINST}${PREFIX}/share/doc/dcmtk
|
||||
USE_GROFF = Yes
|
||||
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-config_Makefile_def_in,v 1.1.1.1 2008/04/10 10:09:56 djm Exp $
|
||||
--- config/Makefile.def.in.orig Mon Aug 20 20:26:28 2007
|
||||
+++ config/Makefile.def.in Mon Aug 20 20:27:17 2007
|
||||
@@ -10,9 +10,9 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = $(DESTDIR)@bindir@
|
||||
-etcdir = $(DESTDIR)@sysconfdir@
|
||||
-datadir = $(DESTDIR)@datadir@/data
|
||||
-docdir = $(DESTDIR)@datadir@/doc
|
||||
+etcdir = $(DESTDIR)@sysconfdir@/dcmtk
|
||||
+datadir = $(DESTDIR)@datadir@/dcmtk
|
||||
+docdir = $(DESTDIR)@datadir@/doc/dcmtk
|
||||
mandir = $(DESTDIR)@mandir@
|
||||
libdir = $(DESTDIR)@libdir@
|
||||
includedir = $(DESTDIR)@includedir@
|
Loading…
x
Reference in New Issue
Block a user