From owner-cvs-all@FreeBSD.ORG Fri Jun 20 03:46:31 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 A0D8737B401; Fri, 20 Jun 2003 03:46:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3883143F93; Fri, 20 Jun 2003 03:46:31 -0700 (PDT) (envelope-from matusita@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 h5KAkV0U072744; Fri, 20 Jun 2003 03:46:31 -0700 (PDT) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5KAkUQu072743; Fri, 20 Jun 2003 03:46:30 -0700 (PDT) Message-Id: <200306201046.h5KAkUQu072743@repoman.freebsd.org> From: Makoto Matsushita Date: Fri, 20 Jun 2003 03:46:30 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/aswiki Makefile ports/www/aswiki/files setup.sh 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: Fri, 20 Jun 2003 10:46:32 -0000 matusita 2003/06/20 03:46:30 PDT FreeBSD ports repository Modified files: www/aswiki Makefile www/aswiki/files setup.sh Log: Use install(1) instead of cp(1), to set file mode (it is unhappy to users that the config file is read-only). Install sample CSS file to aswiki home directory. Content changed, so bump the revision. Revision Changes Path 1.3 +1 -0 ports/www/aswiki/Makefile 1.2 +3 -2 ports/www/aswiki/files/setup.sh