Subject: CVS commit: pkgsrc/devel/apel
To: None <pkgsrc-changes@NetBSD.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2004 03:16:26
Module Name:	pkgsrc
Committed By:	uebayasi
Date:		Thu Mar 25 03:16:26 UTC 2004

Modified Files:
	pkgsrc/devel/apel: Makefile

Log Message:
* Use a right PLIST file for XEmacs.
* Don't depend on xemacs-packages.

While files of xemacs-packages are installed into
  	${PREFIX}/lib/xemacs/xemacs-packages,
individual Emacs lisp packages use
  	${PREFIX}/lib/xemacs/site-packages,
so these are never overwritten.

Let's think that these two parts are separate.  Individual Emacs lisp
packages depend on another individual ones, never need to depend on
xemacs-packages.  This should make things simpler.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/apel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.