From owner-cvs-all@FreeBSD.ORG Wed May 7 17:05:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8447637B401; Wed, 7 May 2003 17:05:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2001C43F93; Wed, 7 May 2003 17:05:59 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4805w0U082021; Wed, 7 May 2003 17:05:58 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4805wUc082020; Wed, 7 May 2003 17:05:58 -0700 (PDT) Message-Id: <200305080005.h4805wUc082020@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 7 May 2003 17:05:58 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libmtrie Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 00:06:00 -0000 adamw 2003/05/07 17:05:58 PDT FreeBSD ports repository Modified files: devel/libmtrie Makefile pkg-plist Log: A couple touch-ups. I'm changing PORTNAME to be consistent with the directory name, the modules entry, and other library porty things. Define INSTALLS_SHLIB so ldconfig gets run after install. Conditionalize registration of the profile library within the plist depending upon whether NOPROFILE is set. Implicit sortof approval kindof given maybe don't kill() me for changing your port by: alfred Revision Changes Path 1.2 +9 -1 ports/devel/libmtrie/Makefile 1.2 +1 -1 ports/devel/libmtrie/pkg-plist