diff options
author | mva <mva@FreeBSD.org> | 2011-01-29 21:20:45 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2011-01-29 21:20:45 +0800 |
commit | 9c2bfadc45027010c7585a2fc3d6b4f64f4bb8d2 (patch) | |
tree | 7af4986e8eafdf7b530bfed0cdcd52e023be050e /graphics/sdl_gfx | |
parent | c53aedca635189f10fa68e0921acd647a533d5f4 (diff) | |
download | freebsd-ports-gnome-9c2bfadc45027010c7585a2fc3d6b4f64f4bb8d2.tar.gz freebsd-ports-gnome-9c2bfadc45027010c7585a2fc3d6b4f64f4bb8d2.tar.zst freebsd-ports-gnome-9c2bfadc45027010c7585a2fc3d6b4f64f4bb8d2.zip |
Install pkgconfig data in the correct place.
PR: ports/154029
Submitted by: Dima Panov <fluffy@FreeBSD.org>
Feature safe: yes
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 6 | ||||
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index f1fa4f2e99bc..04c30e55b251 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -8,6 +8,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.21 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} @@ -17,6 +18,7 @@ MAINTAINER= mva@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions MAKE_JOBS_SAFE= yes +USE_GNOME= gnomehack gnometarget USE_AUTOTOOLS= libtool USE_SDL= sdl USE_GMAKE= yes @@ -37,8 +39,4 @@ CFLAGS+= -DUSE_MMX CONFIGURE_ARGS=--disable-mmx .endif -post-patch: - @${REINPLACE_CMD} -e 's|\$(libdir)/pkgconfig|\$(libdir)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.post.mk> diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index 2a9978d603dc..abfe0b2c4fa0 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -8,7 +8,5 @@ lib/libSDL_gfx.a lib/libSDL_gfx.la lib/libSDL_gfx.so lib/libSDL_gfx.so.18 -lib/libdata/pkgconfig/SDL_gfx.pc -@dirrmtry lib/libdata/pkgconfig -@dirrmtry lib/libdata +libdata/pkgconfig/SDL_gfx.pc @dirrmtry include/SDL |