FreeBSD Bugzilla – Attachment 177351 Details for
Bug 214805
sysutils/flock: install bash completion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
flock.diff (text/plain), 993 bytes, created by
Mathieu Arnold
on 2016-11-24 11:18:45 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2016-11-24 11:18:45 UTC
Size:
993 bytes
patch
obsolete
>base commit: r427003 >diff --git sysutils/flock/Makefile sysutils/flock/Makefile >index f749b9f..36cc276 100644 >--- sysutils/flock/Makefile >+++ sysutils/flock/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= flock > PORTVERSION= 2.29 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION}/ > DISTNAME= util-linux-${PORTVERSION} >@@ -21,7 +22,8 @@ OPTIONS_DEFINE= NLS > NLS_CONFIGURE_OFF=--disable-nls > NLS_USES= autoreconf:autopoint gettext > >-PLIST_FILES= bin/flock man/man1/flock.1.gz >+PLIST_FILES= bin/flock man/man1/flock.1.gz \ >+ etc/bash_completion.d/flock > > do-build: > # skip building unneeded utils >@@ -31,5 +33,7 @@ do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/flock ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/sys-utils/flock.1 \ > ${STAGEDIR}${MANPREFIX}/man/man1 >+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/bash-completion/flock ${STAGEDIR}${PREFIX}/etc/bash_completion.d > > .include <bsd.port.mk>
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 214805
: 177351