Fri May 10 12:04:00 2013 UTC ()
Removed unnecessary comments


(imil)
diff -r1.7 -r1.8 pkgsrc/shells/bash-completion/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/shells/bash-completion/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/bash-completion/Makefile 2013/05/10 12:01:50 1.7
+++ pkgsrc/shells/bash-completion/Makefile 2013/05/10 12:04:00 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2013/05/10 12:01:50 imil Exp $ 1# $NetBSD: Makefile,v 1.8 2013/05/10 12:04:00 imil Exp $
2# 2#
3# Note to packagers: 3# Note to packagers:
4# packages installing additional completion files should drop 4# packages installing additional completion files should drop
5# them into ${DESTDIR}${PREFIX}/share/bash-completion.d 5# them into ${DESTDIR}${PREFIX}/share/bash-completion.d
6# with the name of the package as file name. 6# with the name of the package as file name.
7 7
8DISTNAME= bash-completion-2.1 8DISTNAME= bash-completion-2.1
9CATEGORIES= shells 9CATEGORIES= shells
10MASTER_SITES= http://bash-completion.alioth.debian.org/files/ 10MASTER_SITES= http://bash-completion.alioth.debian.org/files/
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://bash-completion.alioth.debian.org/ 13HOMEPAGE= http://bash-completion.alioth.debian.org/
14COMMENT= Programmable completion specifications for bash 14COMMENT= Programmable completion specifications for bash
@@ -16,26 +16,14 @@ LICENSE= gnu-gpl-v2 @@ -16,26 +16,14 @@ LICENSE= gnu-gpl-v2
16 16
17USE_TOOLS+= bash:run gmake 17USE_TOOLS+= bash:run gmake
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21 21
22SUBST_CLASSES+= path 22SUBST_CLASSES+= path
23SUBST_SED.path+= -e "s,/etc/bash_completion.d,${PREFIX}/share/bash-completion.d,g" 23SUBST_SED.path+= -e "s,/etc/bash_completion.d,${PREFIX}/share/bash-completion.d,g"
24SUBST_SED.path+= -e "s,/etc/bash_completion,${PREFIX}/share/bash-completion/bash_completion,g" 24SUBST_SED.path+= -e "s,/etc/bash_completion,${PREFIX}/share/bash-completion/bash_completion,g"
25SUBST_STAGE.path= pre-build 25SUBST_STAGE.path= pre-build
26SUBST_FILES.path+= README 26SUBST_FILES.path+= README
27SUBST_MESSAGE.path= Fixing path to completion files. 27SUBST_MESSAGE.path= Fixing path to completion files.
28 28
29#do-build: 
30 
31#do-install: 
32# ${INSTALL_DATA} ${WRKSRC}/README \ 
33# ${DESTDIR}${PREFIX}/share/doc/bash-completion 
34# ${INSTALL_DATA} ${WRKSRC}/bash_completion \ 
35# ${DESTDIR}${PREFIX}/share/bash-completion 
36# ${INSTALL_DATA} ${WRKSRC}/bash_completion.sh \ 
37# ${DESTDIR}${PREFIX}/share/bash-completion 
38# ${INSTALL_DATA} ${WRKSRC}/contrib/* \ 
39# ${DESTDIR}${PREFIX}/share/bash-completion.d 
40 
41.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"