diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-27 17:02:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-27 17:02:11 +0800 |
commit | f44362bdab520f23a6ffa84c8a4b9d8d73d9fb56 (patch) | |
tree | 0b3c68b93949e877a2d32d422352de0255f65b3e | |
parent | e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e (diff) | |
download | marcuscom-ports-f44362bdab520f23a6ffa84c8a4b9d8d73d9fb56.tar.gz marcuscom-ports-f44362bdab520f23a6ffa84c8a4b9d8d73d9fb56.tar.zst marcuscom-ports-f44362bdab520f23a6ffa84c8a4b9d8d73d9fb56.zip |
We don't need this workaround anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18636 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/telepathy-glib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile index 14bfa0cd6..0d8b87999 100644 --- a/net-im/telepathy-glib/Makefile +++ b/net-im/telepathy-glib/Makefile @@ -24,9 +24,4 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vala-bindings -# manual patch until pathfix is updated to include {libdir} -post-patch: - @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/telepathy-glib/Makefile.in - .include <bsd.port.mk> |