diff options
author | tv <tv> | 2004-10-11 20:53:00 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-11 20:53:00 +0000 |
commit | 464b68d88af46ba19e9520f6f976b1f7a48d5a85 (patch) | |
tree | cf336438ccf9ad7fdff37dda29eb92c31943b666 /emulators | |
parent | f63b1d09eb603bb209e7d1542841590994f6313c (diff) | |
download | pkgsrc-464b68d88af46ba19e9520f6f976b1f7a48d5a85.tar.gz |
It helps when the install directories are properly created at install time.
(Fixes some pkg_delete warnings....)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cygwin_lib/Makefile | 5 | ||||
-rw-r--r-- | emulators/cygwin_lib/PLIST | 3 |
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 |