From owner-cvs-all Tue Sep 22 10:03:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11004 for cvs-all-outgoing; Tue, 22 Sep 1998 10:03:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10992; Tue, 22 Sep 1998 10:03:53 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05026; Tue, 22 Sep 1998 10:03:22 -0700 (PDT) Date: Tue, 22 Sep 1998 10:03:22 -0700 (PDT) Message-Id: <199809221703.KAA05026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 10:03:22 PDT Added files: print/a2ps/patches patch-af Log: Default an emacs lisp file dir even if you don't have emacs installed on your system. This prevents a few files from being installed in / and the package will build ok. This is in better than BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs IMHO.