FreeBSD Bugzilla – Attachment 148972 Details for
Bug 194774
[PATCH] sysutils/tw_cli: fix PLIST_FILES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tw_cli.patch
tw_cli.patch (text/plain), 1.72 KB, created by
takefu
on 2014-11-03 04:35:07 UTC
(
hide
)
Description:
tw_cli.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2014-11-03 04:35:07 UTC
Size:
1.72 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/tw_cli/Makefile ./Makefile >--- /usr/ports/sysutils/tw_cli/Makefile 2014-03-13 14:24:07.000000000 +0900 >+++ ./Makefile 2014-11-03 11:54:22.000000000 +0900 >@@ -10,8 +10,7 @@ > MAINTAINER= jpaetzel@FreeBSD.org > COMMENT= 3ware storage controllers management CLI > >-EXTRACT_SUFX= .zip >- >+USES= zip > RESTRICTED= Redistribution forbidden by license > # i386 binary should work on ia64, but not tested > ONLY_FOR_ARCHS= i386 amd64 ia64 >@@ -21,16 +20,18 @@ > BINSUFFIX= ${ARCH:S,i386,x86,:S,amd64,x86_64,:S,ia64,x86,} > SUB_FILES= 407.status-3ware-raid > PORTDOCS= tw_cli.8.html >+PLIST_FILES= etc/periodic/daily/407.status-3ware-raid\ >+ man/man8/tw_cli.8.gz sbin/tw_cli > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${BINSUFFIX}/tw_cli\ >- ${STAGEDIR}/${PREFIX}/sbin/ >+ ${STAGEDIR}${PREFIX}/sbin/ > ${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\ >- ${STAGEDIR}/${MANPREFIX}/man/man8/tw_cli.8 >- @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/periodic/daily >+ ${STAGEDIR}${MANPREFIX}/man/man8/tw_cli.8 >+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily > ${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \ >- ${STAGEDIR}/${PREFIX}/etc/periodic/daily/ >- @${MKDIR} ${STAGEDIR}/${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${STAGEDIR}/${DOCSDIR}/ >+ ${STAGEDIR}${PREFIX}/etc/periodic/daily/ >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/tw_cli.8.html ${STAGEDIR}${DOCSDIR}/ > > .include <bsd.port.mk> >diff -ruN /usr/ports/sysutils/tw_cli/pkg-plist ./pkg-plist >--- /usr/ports/sysutils/tw_cli/pkg-plist 2014-01-23 00:16:56.000000000 +0900 >+++ ./pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,5 +0,0 @@ >-man/man8/tw_cli.8.gz >-sbin/tw_cli >-etc/periodic/daily/407.status-3ware-raid >-@dirrmtry etc/periodic/daily >-@dirrmtry etc/periodic
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 194774
: 148972