FreeBSD Bugzilla – Attachment 41799 Details for
Bug 65304
Fix deinstall INFO in bsd.port.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
dirk.meyer
on 2004-04-07 21:30:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dirk.meyer
Created:
2004-04-07 21:30:15 UTC
Size:
1.22 KB
patch
obsolete
>Index: bsd.port.mk >=================================================================== >RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.486 >diff -u -r1.486 bsd.port.mk >--- bsd.port.mk 3 Apr 2004 23:59:50 -0000 1.486 >+++ bsd.port.mk 7 Apr 2004 20:15:33 -0000 >@@ -4901,9 +4901,6 @@ > .for dir in ${PLIST_DIRS} > @${ECHO_CMD} ${dir} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | ${SED} -e 's,^,@dirrm ,' >> ${TMPPLIST} > .endfor >-.if !defined(NO_MTREE) >- @${ECHO_CMD} "@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi" >> ${TMPPLIST} >-.endif > .if defined(INSTALLS_SHLIB) && !defined(INSTALL_AS_USER) > @${ECHO_CMD} "@exec ${LDCONFIG} -m ${LDCONFIG_PLIST}" >> ${TMPPLIST} > @${ECHO_CMD} "@unexec ${LDCONFIG} -R" >> ${TMPPLIST} >@@ -4952,6 +4949,9 @@ > @${ECHO_CMD} "@exec install-info %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \ > >> ${TMPPLIST} > .endfor >+.if !defined(NO_MTREE) >+ @${ECHO_CMD} "@unexec if [ -f %D/${INFO_PATH}/dir ]; then if sed -e '1,/Menu:/d' %D/${INFO_PATH}/dir | grep -q '^[*] '; then true; else rm %D/${INFO_PATH}/dir; fi; fi" >> ${TMPPLIST} >+.endif > > # Compress (or uncompress) and symlink manpages. > .if !target(compress-man)
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 65304
: 41799