summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-16 15:25:31 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-16 15:25:31 +0000
commit0fafed7974a36b3342261d155a5ad248ec944eb2 (patch)
treefa0e1fe1cf96775d246aae52ce1c39c507d32764 /math/R
parentebf26edb632f4f8f33c9b037fc18ad945cf0d038 (diff)
downloadpkgsrc-0fafed7974a36b3342261d155a5ad248ec944eb2.tar.gz
Fix a number of GENERATE_PLIST entries to always have a terminating ;
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile.extension4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension
index 2d9743c2786..954d72b9411 100644
--- a/math/R/Makefile.extension
+++ b/math/R/Makefile.extension
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.13 2009/06/14 22:58:04 joerg Exp $
+# $NetBSD: Makefile.extension,v 1.14 2009/06/16 15:25:31 joerg Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -32,7 +32,7 @@ R_HOMEPAGE_BASE= http://cran.r-project.org/web/packages
R_PKG_INSTALL_ARGS= -l ${DESTDIR}${PREFIX}/${R_LIB}
GENERATE_PLIST+= ( cd ${DESTDIR}${PREFIX}; for dir in ${R_INST_DIRS}; do \
- ${FIND} ${R_LIB}/$${dir} \( -type f -o -type l \) -print; done ) | ${SORT} -u
+ ${FIND} ${R_LIB}/$${dir} \( -type f -o -type l \) -print; done ) | ${SORT} -u;
INSTALL_TEMPLATES+= ../../math/R/files/pkg-index.tmpl
DEINSTALL_TEMPLATES+= ../../math/R/files/pkg-index.tmpl