Subject: CVS commit: pkgsrc/devel/ply
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2005 03:22:16
Module Name:	pkgsrc
Committed By:	rillig
Date:		Thu Dec  1 03:22:16 UTC 2005

Modified Files:
	pkgsrc/devel/ply: Makefile

Log Message:
Fixed a pkglint warning:
- WARN: devel/ply/Makefile:22: Found absolute pathname: /${EGDIR}

As ${EGDIR} is already an absolute pathname, there's no need to prefix it
with a slash.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/ply/Makefile

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