make sure the install target for delegates.mgk respects DESTDIR
-- Issue pointed out by: naddy@
This commit is contained in:
parent
aea41f046a
commit
8b2dfbad21
14
graphics/ImageMagick/patches/patch-delegates_Makefile_in
Normal file
14
graphics/ImageMagick/patches/patch-delegates_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-delegates_Makefile_in,v 1.1 2002/09/15 04:16:31 brad Exp $
|
||||
--- delegates/Makefile.in.orig Sat Sep 14 23:49:49 2002
|
||||
+++ delegates/Makefile.in Sat Sep 14 23:51:33 2002
|
||||
@@ -335,8 +335,8 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
# Install delegates files
|
||||
install-data-delegates:
|
||||
- $(mkinstalldirs) $(pkglibdir)
|
||||
- $(INSTALL_DATA) delegates.mgk $(pkglibdir)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
|
||||
+ $(INSTALL_DATA) delegates.mgk $(DESTDIR)$(pkglibdir)
|
||||
|
||||
# Uninstall delegates files
|
||||
uninstall-data-delegates:
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2001/03/04 14:51:46 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.22 2002/09/15 04:16:31 brad Exp $
|
||||
bin/Magick++-config
|
||||
bin/Magick-config
|
||||
bin/animate
|
||||
@ -49,6 +49,7 @@ include/magick/utility.h
|
||||
include/magick/version.h
|
||||
include/magick/widget.h
|
||||
include/magick/xwindows.h
|
||||
lib/ImageMagick/delegates.mgk
|
||||
lib/libMagick++.a
|
||||
lib/libMagick++.la
|
||||
lib/libMagick.a
|
||||
@ -161,10 +162,11 @@ share/ImageMagick/www/quantize.html
|
||||
share/ImageMagick/www/smile.c
|
||||
share/ImageMagick/www/sponsor.html
|
||||
share/ImageMagick/www/tools.html
|
||||
@dirrm include/Magick++
|
||||
@dirrm include/magick
|
||||
@dirrm share/ImageMagick/images
|
||||
@dirrm share/ImageMagick/www/api/types
|
||||
@dirrm share/ImageMagick/www/api
|
||||
@dirrm share/ImageMagick/www
|
||||
@dirrm share/ImageMagick/images
|
||||
@dirrm share/ImageMagick
|
||||
@dirrm lib/ImageMagick
|
||||
@dirrm include/magick
|
||||
@dirrm include/Magick++
|
||||
|
Loading…
Reference in New Issue
Block a user