Subject: CVS commit: pkgsrc/x11/gnome-themes
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/22/2006 04:13:33
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sun Jan 22 04:13:33 UTC 2006

Modified Files:
	pkgsrc/x11/gnome-themes: Makefile PLIST

Log Message:
"install -dc foo bar" doesn't copy foo to bar, it creates two directories
foo and bar. On NetBSD, it doesn't matter whether foo already exists or
whether it is a directory, so the passed flags just created a bunch of
garbage directories. Since I don't want to patch a dozen Makefile.ams to
avoid the nobase usage, just precreate the directories in pre-install.
Bump revision.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/x11/gnome-themes/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/gnome-themes/PLIST

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