Thu Oct 10 19:15:32 2013 UTC ()
I see no reason why this package is marked with PKG_DESTDIR_SUPPORT=none,
packages fine for me. Remove it.


(wiz)
diff -r1.9 -r1.10 pkgsrc/math/R-circular/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/math/R-circular/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-circular/Makefile 2012/08/14 17:07:57 1.9
+++ pkgsrc/math/R-circular/Makefile 2013/10/10 19:15:32 1.10
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ 1# $NetBSD: Makefile,v 1.10 2013/10/10 19:15:32 wiz Exp $
2 2
3CATEGORIES= math 3CATEGORIES= math
4PKGREVISION= 1 4PKGREVISION= 1
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
9COMMENT= Circular Statistics, from "Topics in circular Statistics" 9COMMENT= Circular Statistics, from "Topics in circular Statistics"
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12R_PKGNAME= circular 12R_PKGNAME= circular
13R_PKGVER= 0.4-3 13R_PKGVER= 0.4-3
14 14
15PKG_DESTDIR_SUPPORT= none 
16 
17USE_LANGUAGES= fortran c 15USE_LANGUAGES= fortran c
18 16
19.include "../../devel/gettext-lib/buildlink3.mk" 17.include "../../devel/gettext-lib/buildlink3.mk"
20.include "../../math/R/Makefile.extension" 18.include "../../math/R/Makefile.extension"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"