FreeBSD Bugzilla – Attachment 16175 Details for
Bug 29760
Fix pkg-plist and Makefile for converters/uudeview
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
pat
on 2001-08-16 07:20:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-16 07:20:09 UTC
Size:
1.37 KB
patch
obsolete
>diff -ruN /usr/ports/converters/uudeview/Makefile uudeview/Makefile >--- /usr/ports/converters/uudeview/Makefile Sat Apr 8 19:24:40 2000 >+++ uudeview/Makefile Thu Aug 16 01:09:53 2001 >@@ -21,18 +21,16 @@ > > MAN1= uudeview.1 uuenview.1 > >-PORTDOCDIR?= share/doc/uudeview >- > post-install: > @/usr/bin/strip ${PREFIX}/bin/uudeview > @/usr/bin/strip ${PREFIX}/bin/uuenview > .if !defined(NOPORTDOCS) >- @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" >- @${MKDIR} ${PREFIX}/${PORTDOCDIR} >- @${INSTALL_MAN} ${WRKSRC}/HOWTO ${PREFIX}/${PORTDOCDIR} >- @${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/${PORTDOCDIR} >+ @${ECHO_MSG} "===> Installing documents to ${DOCSDIR}" >+ @${MKDIR} ${DOCSDIR} >+ @${INSTALL_DATA} ${WRKSRC}/HOWTO ${DOCSDIR} >+ @${INSTALL_DATA} ${FILESDIR}/porting.notes ${DOCSDIR} > .else >- @${ECHO_MSG} "===> Not copying available documents" >+ @${ECHO_MSG} "===> Not installing available documents" > .endif > > .include <bsd.port.mk> >diff -ruN /usr/ports/converters/uudeview/pkg-plist uudeview/pkg-plist >--- /usr/ports/converters/uudeview/pkg-plist Mon Aug 17 04:26:55 1998 >+++ uudeview/pkg-plist Thu Aug 16 01:02:42 2001 >@@ -1,5 +1,5 @@ >-share/doc/uudeview/HOWTO >-share/doc/uudeview/porting.notes > bin/uudeview > bin/uuenview >-@dirrm share/doc/uudeview >+%%PORTDOCS%%share/doc/uudeview/HOWTO >+%%PORTDOCS%%share/doc/uudeview/porting.notes >+%%PORTDOCS%%@dirrm share/doc/uudeview
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 29760
: 16175