Removed unnecessary comments
This commit is contained in:
parent
965068b049
commit
5c34de8194
1 changed files with 1 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2013/05/10 12:01:50 imil Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/05/10 12:04:00 imil Exp $
|
||||
#
|
||||
# Note to packagers:
|
||||
# packages installing additional completion files should drop
|
||||
|
@ -26,16 +26,4 @@ SUBST_STAGE.path= pre-build
|
|||
SUBST_FILES.path+= README
|
||||
SUBST_MESSAGE.path= Fixing path to completion files.
|
||||
|
||||
#do-build:
|
||||
|
||||
#do-install:
|
||||
# ${INSTALL_DATA} ${WRKSRC}/README \
|
||||
# ${DESTDIR}${PREFIX}/share/doc/bash-completion
|
||||
# ${INSTALL_DATA} ${WRKSRC}/bash_completion \
|
||||
# ${DESTDIR}${PREFIX}/share/bash-completion
|
||||
# ${INSTALL_DATA} ${WRKSRC}/bash_completion.sh \
|
||||
# ${DESTDIR}${PREFIX}/share/bash-completion
|
||||
# ${INSTALL_DATA} ${WRKSRC}/contrib/* \
|
||||
# ${DESTDIR}${PREFIX}/share/bash-completion.d
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue