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