From owner-cvs-ports Fri Jan 3 08:48:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA01848 for cvs-ports-outgoing; Fri, 3 Jan 1997 08:48:57 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA01838; Fri, 3 Jan 1997 08:48:55 -0800 (PST) Date: Fri, 3 Jan 1997 08:48:55 -0800 (PST) From: Masafumi NAKANE Message-Id: <199701031648.IAA01838@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/mew Makefile ports/mail/mew/files dot.emacs dot.mh_profile user-install .emacs .mh_profile ports/mail/mew/pkg DEINSTALL DESCR INSTALL PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 97/01/03 08:48:54 Modified: mail/mew Makefile mail/mew/files user-install mail/mew/pkg DEINSTALL DESCR INSTALL PLIST Added: mail/mew/files dot.emacs dot.mh_profile Removed: mail/mew/files .emacs .mh_profile Log: Rename files/.{emacs,mh_profile} to dot.{emacs,mh_profile}. Install sample files into share/examples/mew instead of to share/doc/mew. Use PKG_PREFIX in the installation/deinstallation scripts. Define RESTRICTED as this package has hook to pgp. Some Makefile cleanup. Editing of site-start.el during the installation procedure now adds autoload entries for this program. Submitted by: (Kiriyama Kazuhiko) Revision Changes Path 1.2 +13 -10 ports/mail/mew/Makefile 1.2 +4 -4 ports/mail/mew/files/user-install 1.2 +7 -4 ports/mail/mew/pkg/DEINSTALL 1.2 +4 -4 ports/mail/mew/pkg/DESCR 1.2 +15 -7 ports/mail/mew/pkg/INSTALL 1.2 +5 -5 ports/mail/mew/pkg/PLIST