From owner-cvs-all@FreeBSD.ORG Fri Jan 21 09:36:27 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1B58106564A; Fri, 21 Jan 2011 09:36:27 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D17088FC14; Fri, 21 Jan 2011 09:36:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0L9aRZd036532; Fri, 21 Jan 2011 09:36:27 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0L9aRxa036531; Fri, 21 Jan 2011 09:36:27 GMT (envelope-from vd) Message-Id: <201101210936.p0L9aRxa036531@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 21 Jan 2011 09:36:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libpano13 Makefile pkg-plist ports/graphics/libpano13/files patch-Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 09:36:28 -0000 vd 2011-01-21 09:36:27 UTC FreeBSD ports repository Modified files: graphics/libpano13 Makefile pkg-plist graphics/libpano13/files patch-Makefile.am Log: Fix graphics/libpano13 pkg-plist Install libpano13.pc in libdata/pkgconfig instead of lib/pkgconfig pkg-config finds the .pc file in either location but I change it to be consistent with the majority of FreeBSD ports. Also libdata/pkgconfig does not need to be removed by the port itself upon deinstallation. Feature safe: yes Revision Changes Path 1.19 +1 -2 ports/graphics/libpano13/Makefile 1.3 +11 -2 ports/graphics/libpano13/files/patch-Makefile.am 1.6 +1 -1 ports/graphics/libpano13/pkg-plist