From owner-cvs-all@FreeBSD.ORG Thu May 26 10:51:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D51BD16A43A; Thu, 26 May 2005 10:51:14 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9421A43D53; Thu, 26 May 2005 10:51:13 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QApDra070952; Thu, 26 May 2005 10:51:13 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QApDp6070951; Thu, 26 May 2005 10:51:13 GMT (envelope-from danfe) Message-Id: <200505261051.j4QApDp6070951@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 26 May 2005 10:51:13 +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/misc/alevt Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 26 May 2005 10:51:15 -0000 danfe 2005-05-26 10:51:13 UTC FreeBSD ports repository Modified files: misc/alevt Makefile pkg-descr pkg-plist Log: - Adjust COMMENT (no need to mention device name in it) - Make OPTIONS strings more visually appealing - Pet portlint ($(FOO) -> ${FOO}) - Mute directory creation in do-install: target - Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist - Reindent Makefile header - Kill extra empty line in pkg-descr Revision Changes Path 1.19 +17 -17 ports/misc/alevt/Makefile 1.6 +0 -1 ports/misc/alevt/pkg-descr 1.4 +5 -5 ports/misc/alevt/pkg-plist