summaryrefslogtreecommitdiff
path: root/shells/bash-completion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash-completion/Makefile')
-rw-r--r--shells/bash-completion/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 54948472b7b..3d1f5d8afdf 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -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"