Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 05/22/1999 12:31:08
Module Name:	pkgsrc
Committed By:	tv
Date:		Sat May 22 19:31:07 UTC 1999

Modified Files:
	pkgsrc/emulators/freebsd_lib: Makefile
Added Files:
	pkgsrc/emulators/freebsd_lib/pkg: INSTALL
Log Message:
Clean this up a bit:
- actually extract to ${WRKDIR} and use find, xargs, and ${INSTALL_DATA{,_DIR}}
to get the permissions right
- add a "smart-/emul" script that will automatically add a symlink from
/emul/freebsd (adding /emul directory as necessary) only in the cases where
this will not clobber something; otherwise print a message at install time
that the user must do this.  Note that this still works if /emul is a
symlink to ${LOCALBASE}/emul, though that is no longer required.
- issue a message at install time reminding the user to add COMPAT_FREEBSD
to the kernel configuration.