From owner-cvs-all Thu Oct 21 4:35:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4576114C59; Thu, 21 Oct 1999 04:35:17 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA49724; Thu, 21 Oct 1999 04:35:17 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <199910211135.EAA49724@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Thu, 21 Oct 1999 04:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/apel-emacs Makefile ports/editors/apel-xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/10/21 04:35:16 PDT Modified files: editors/apel-emacs Makefile editors/apel-xemacs-mule Makefile Log: Fix too bad dependency. before: ${PREFIX}/lib/xemacs/site-packages/../xemacs-packages (If site-packages directory does not exist, this dependency is broken.) new: ${PREFIX}/lib/xemacs/xemacs-packages Revision Changes Path 1.17 +3 -3 ports/editors/apel-emacs/Makefile 1.11 +3 -2 ports/editors/apel-xemacs-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message