summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-10 23:53:49 +0000
committerrillig <rillig>2006-03-10 23:53:49 +0000
commita770d942936d0d464cc79788d37bffb25dba5dc6 (patch)
treededed207dd39a01ed5b93eda9ed46f8e52d0004a
parent975db029b2a3448165dd574c73940b1ec4ce1ffa (diff)
downloadpkgsrc-a770d942936d0d464cc79788d37bffb25dba5dc6.tar.gz
Fixed pkglint warnings.
-rw-r--r--editors/jde/Makefile4
-rw-r--r--editors/jde/PLIST3
-rw-r--r--finance/tclticker/Makefile14
-rw-r--r--finance/tclticker/PLIST4
-rw-r--r--games/knightcap-brain/Makefile16
5 files changed, 20 insertions, 21 deletions
diff --git a/editors/jde/Makefile b/editors/jde/Makefile
index 910b726dd31..a116072c753 100644
--- a/editors/jde/Makefile
+++ b/editors/jde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:56 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/03/10 23:58:47 rillig Exp $
#
DISTNAME= jde-2.3.2
@@ -48,7 +48,7 @@ do-install:
${PAX} -s',^java/classes.*,,' -s',^java/src.*,,' \
-s',.*\.nosearch.*,,' -rw java ${PREFIX}/share/jde
cd ${WRKDIR}/${DISTNAME} && \
- ${PAX} -rw lisp ${EMACS_LISPPREFIX}/jde
+ ${PAX} -rw -s ',.*\.orig$$,,' lisp ${EMACS_LISPPREFIX}/jde
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/jde/PLIST b/editors/jde/PLIST
index 91865f0ed39..435e8de59f0 100644
--- a/editors/jde/PLIST
+++ b/editors/jde/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/11 08:51:37 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/03/10 23:58:47 rillig Exp $
share/doc/jde/html/bsh-ug/bsh-ug-content.html
share/doc/jde/html/bsh-ug/bsh-ug-toc.html
share/doc/jde/html/bsh-ug/bsh-ug.html
@@ -127,7 +127,6 @@ share/emacs/site-lisp/jde/lisp/jde.elc
share/emacs/site-lisp/jde/lisp/jtags
share/emacs/site-lisp/jde/lisp/jtags.csh
share/emacs/site-lisp/jde/lisp/makefile
-share/emacs/site-lisp/jde/lisp/makefile.orig
share/emacs/site-lisp/jde/lisp/makefile.sample
share/emacs/site-lisp/jde/lisp/setnu.el
share/emacs/site-lisp/jde/lisp/setnu.elc
diff --git a/finance/tclticker/Makefile b/finance/tclticker/Makefile
index 94e034bf7c0..0865b285444 100644
--- a/finance/tclticker/Makefile
+++ b/finance/tclticker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:37 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/03/10 23:53:49 rillig Exp $
#
DISTNAME= tclticker-1.1
@@ -11,13 +11,13 @@ COMMENT= Stock-quote ticker tape application
DEPENDS+= tk>=8.3.2:../../x11/tk
-PKG_INSTALLATINO_TYPES= overwrite pkgviews
+PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths and command names."
+SUBST_MESSAGE.paths= Fixing hardcoded paths and command names.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= tclticker mailquote
SUBST_SED.paths= -e 's|@PREFIX@|${PREFIX}|g'
@@ -25,9 +25,9 @@ SUBST_SED.paths= -e 's|@PREFIX@|${PREFIX}|g'
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/tclticker ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/mailquote ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/tclticker
- cd ${WRKSRC}/lib && ${PAX} -rw . ${PREFIX}/share/tclticker
+ ${INSTALL_SCRIPT} ${WRKSRC:Q}/tclticker ${PREFIX:Q}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC:Q}/mailquote ${PREFIX:Q}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/tclticker
+ cd ${WRKSRC:Q}/lib && ${PAX} -rw . ${PREFIX:Q}/share/tclticker
.include "../../mk/bsd.pkg.mk"
diff --git a/finance/tclticker/PLIST b/finance/tclticker/PLIST
index b3401bc6186..c5a8ad27587 100644
--- a/finance/tclticker/PLIST
+++ b/finance/tclticker/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:01:12 zuntum Exp $
-bin/tclticker
+@comment $NetBSD: PLIST,v 1.2 2006/03/10 23:53:49 rillig Exp $
bin/mailquote
+bin/tclticker
share/tclticker/finance.uk.yahoo.com.tcl
share/tclticker/finance.yahoo.com.tcl
share/tclticker/rebuild_tclIndex.sh
diff --git a/games/knightcap-brain/Makefile b/games/knightcap-brain/Makefile
index 02cb6c5ef94..6c33072ca1a 100644
--- a/games/knightcap-brain/Makefile
+++ b/games/knightcap-brain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:29:42 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/03/10 23:58:15 rillig Exp $
DISTNAME= new_brain
PKGNAME= knightcap-brain-19980616
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://anu.samba.org/KnightCap/
COMMENT= Book of losing moves for KnightCap
-ONLY_FOR_PLATFORMS= *-*-i386
+ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
@@ -22,13 +22,13 @@ EGDIR= ${PREFIX}/share/examples/knightcap
INSTALLATION_DIRS= bin
do-build:
- ${SED} -e "s,@PREFIX@,${PREFIX},g" < ${FILESDIR}/newbrain.sh \
- > ${WRKSRC}/newbrain.sh
+ ${SED} -e "s,@PREFIX@,${PREFIX},g" < ${FILESDIR:Q}/newbrain.sh \
+ > ${WRKSRC:Q}/newbrain.sh
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/newbrain.sh ${PREFIX}/bin/newbrain
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/new_brain.dat \
- ${EGDIR}/brain.dat
+ ${INSTALL_SCRIPT} ${WRKSRC:Q}/newbrain.sh ${PREFIX:Q}/bin/newbrain
+ ${INSTALL_DATA_DIR} ${EGDIR:Q}
+ ${INSTALL_DATA} ${DISTDIR:Q}/${DIST_SUBDIR:Q}/new_brain.dat \
+ ${EGDIR:Q}/brain.dat
.include "../../mk/bsd.pkg.mk"