summaryrefslogtreecommitdiff
path: root/emulators/cygwin_lib
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-11 20:53:00 +0000
committertv <tv@pkgsrc.org>2004-10-11 20:53:00 +0000
commitaca358af163548fa650856bbb7e8e1112cfc43b7 (patch)
treecf336438ccf9ad7fdff37dda29eb92c31943b666 /emulators/cygwin_lib
parent777b2192f7eb36d114c40c851f24dc4f9afb65e2 (diff)
downloadpkgsrc-aca358af163548fa650856bbb7e8e1112cfc43b7.tar.gz
It helps when the install directories are properly created at install time.
(Fixes some pkg_delete warnings....)
Diffstat (limited to 'emulators/cygwin_lib')
-rw-r--r--emulators/cygwin_lib/Makefile5
-rw-r--r--emulators/cygwin_lib/PLIST3
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/cygwin_lib/Makefile b/emulators/cygwin_lib/Makefile
index 268a8fc11d5..df5ce0a3957 100644
--- a/emulators/cygwin_lib/Makefile
+++ b/emulators/cygwin_lib/Makefile
@@ -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-build: # nothing
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 --git a/emulators/cygwin_lib/PLIST b/emulators/cygwin_lib/PLIST
index 20daad2aa78..b6f968b98f5 100644
--- a/emulators/cygwin_lib/PLIST
+++ b/emulators/cygwin_lib/PLIST
@@ -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-mount
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