pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/cygwin_lib It helps when the install directo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/601c2ad54621
branches: trunk
changeset: 481753:601c2ad54621
user: tv <tv%pkgsrc.org@localhost>
date: Mon Oct 11 20:53:00 2004 +0000
description:
It helps when the install directories are properly created at install time.
(Fixes some pkg_delete warnings....)
diffstat:
emulators/cygwin_lib/Makefile | 5 +++--
emulators/cygwin_lib/PLIST | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r e1065a8b916f -r 601c2ad54621 emulators/cygwin_lib/Makefile
--- a/emulators/cygwin_lib/Makefile Mon Oct 11 20:47:12 2004 +0000
+++ b/emulators/cygwin_lib/Makefile Mon Oct 11 20:53:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 20:08:11 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/11 20:53:00 tv Exp $
#
DISTNAME= cygwin-1.5.11-1
@@ -23,8 +23,9 @@
do-install:
${INSTALL_LIB} ${WRKSRC}/usr/bin/cygwin1.dll ${PREFIX}/bin/
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/emul/cygwin ${PREFIX}/emul/cygwin/bin
@for f in ${WRKSRC}/usr/bin/*.exe; do \
- ${INSTALL_LIB} $$f ${PREFIX}/emul/cygwin/bin/; \
+ ${INSTALL_LIB} $$f ${PREFIX}/emul/cygwin/bin/$$(basename $$f); \
done
.for f in ${SYMLINKS}
${LN} -sf ../emul/cygwin/bin/$f.exe ${PREFIX}/bin/cygwin-$f
diff -r e1065a8b916f -r 601c2ad54621 emulators/cygwin_lib/PLIST
--- a/emulators/cygwin_lib/PLIST Mon Oct 11 20:47:12 2004 +0000
+++ b/emulators/cygwin_lib/PLIST Mon Oct 11 20:53:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 20:08:11 tv Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/10/11 20:53:00 tv Exp $
bin/cygwin1.dll
bin/cygwin-cygpath
bin/cygwin-ipcrm
@@ -8,6 +8,7 @@
bin/cygwin-ps
bin/cygwin-regtool
bin/cygwin-umount
+emul/cygwin/bin/cygcheck.exe
emul/cygwin/bin/cygpath.exe
emul/cygwin/bin/dumper.exe
emul/cygwin/bin/getfacl.exe
Home |
Main Index |
Thread Index |
Old Index