fixed: pkglint warnings
This commit is contained in:
parent
d6e262f80c
commit
32701d07ba
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2006/12/17 15:05:13 cheusov Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2007/12/24 20:54:29 cheusov Exp $
|
||||
${HLROOT}/man/man1/intro.1
|
||||
share/doc/heirloom-doc/LICENSE/COPYING
|
||||
share/doc/heirloom-doc/LICENSE/COPYING.LGPL
|
||||
|
@ -7,5 +7,5 @@ share/doc/heirloom-doc/LICENSE/LUCENT
|
|||
share/doc/heirloom-doc/LICENSE/OPENSOLARIS.LICENSE
|
||||
share/doc/heirloom-doc/LICENSE/README
|
||||
share/doc/heirloom-doc/README
|
||||
@dirrm share/doc/heirloom/LICENSE
|
||||
@dirrm share/doc/heirloom
|
||||
@dirrm share/doc/heirloom-doc/LICENSE
|
||||
@dirrm share/doc/heirloom-doc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2006/12/30 12:52:44 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/12/24 20:55:32 cheusov Exp $
|
||||
|
||||
DISTNAME= javascript-2.0b7.el
|
||||
PKGNAME= ${EMACS_PKGNAME_PREFIX}javascript-mode-2.0b7
|
||||
|
@ -17,13 +17,13 @@ SRCS= javascript.el
|
|||
|
||||
do-build:
|
||||
.for f in ${SRCS}
|
||||
${EMACS_BIN:Q} --no-init-file --no-site-file -batch \
|
||||
${EMACS_BIN} --no-init-file --no-site-file -batch \
|
||||
-f batch-byte-compile ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
|
||||
${EMACS_LISPPREFIX:Q}
|
||||
${EMACS_LISPPREFIX}
|
||||
|
||||
.include "../../mk/emacs.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue