From owner-cvs-all@FreeBSD.ORG Sun Jun 10 22:02:00 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C37F2106566B; Sun, 10 Jun 2012 22:02:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 976B88FC14; Sun, 10 Jun 2012 22:02:00 +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 q5AM20kM054063; Sun, 10 Jun 2012 22:02:00 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5AM20US054062; Sun, 10 Jun 2012 22:02:00 GMT (envelope-from dougb) Message-Id: <201206102202.q5AM20US054062@repoman.freebsd.org> From: Doug Barton Date: Sun, 10 Jun 2012 22:02:00 +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/x11/slim Makefile pkg-plist 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: Sun, 10 Jun 2012 22:02:00 -0000 dougb 2012-06-10 22:02:00 UTC FreeBSD ports repository Modified files: x11/slim Makefile pkg-plist Log: I missed the fact that the Cmake stuff was installing the man page to ${PREFIX}/share/man/ instead of ${PREFIX}/man. Correct that, and add some code to the Makefile and the pkg-plist to remove the spurious file. Bump PORTREVISION so that users who've already installed this version can pick up the file removal fix sooner rather than later. Revision Changes Path 1.29 +8 -0 ports/x11/slim/Makefile 1.3 +3 -0 ports/x11/slim/pkg-plist