FreeBSD Bugzilla – Attachment 38846 Details for
Bug 61366
[PATCH] archivers/unzip: fix bogus pkg-plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unzip-5.50_2.patch
unzip-5.50_2.patch (text/plain), 1.23 KB, created by
Matthias Andree
on 2004-01-14 17:40:03 UTC
(
hide
)
Description:
unzip-5.50_2.patch
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2004-01-14 17:40:03 UTC
Size:
1.23 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/archivers/unzip/Makefile /root/ports/archivers/unzip/Makefile >--- /usr/ports/archivers/unzip/Makefile Wed Oct 29 12:42:09 2003 >+++ /root/ports/archivers/unzip/Makefile Wed Jan 14 18:32:49 2004 >@@ -54,13 +54,13 @@ > .endfor > ${LN} -sf unzip ${PREFIX}/bin/zipinfo > ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin >-.for file in ${MAN1} >- ${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man1 >+.for f in ${MAN1} >+ ${INSTALL_MAN} ${WRKSRC}/man/${f} ${PREFIX}/man/man1 > .endfor > .if !defined(NOPORTDOCS) > @${MKDIR} ${PREFIX}/share/doc/unzip >-.for file in README WHERE >- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/unzip >+.for f in README WHERE >+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/unzip > .endfor > .endif > >diff -ruN --exclude=CVS /usr/ports/archivers/unzip/pkg-plist /root/ports/archivers/unzip/pkg-plist >--- /usr/ports/archivers/unzip/pkg-plist Wed Oct 29 12:42:09 2003 >+++ /root/ports/archivers/unzip/pkg-plist Wed Jan 14 18:29:17 2004 >@@ -1,9 +1,8 @@ > bin/unzip >-@exec ln -sf %f %B/zipinfo >-@unexec rm %D/bin/zipinfo 2>&1 >/dev/null || true > bin/funzip > bin/unzipsfx > bin/zipgrep >+bin/zipinfo > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%%%DOCSDIR%%/WHERE > %%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 61366
: 38846