diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-10 19:15:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-10 19:15:32 +0000 |
commit | 813703d1ed7fc9bbbac1fff8cdef7e246ebd4350 (patch) | |
tree | be3ff9e9774b673f943367632190fea17675aca1 /math/R-circular | |
parent | 9b693c166d5bebc5fd5004f80c365f3b201b81ee (diff) | |
download | pkgsrc-813703d1ed7fc9bbbac1fff8cdef7e246ebd4350.tar.gz |
I see no reason why this package is marked with PKG_DESTDIR_SUPPORT=none,
packages fine for me. Remove it.
Diffstat (limited to 'math/R-circular')
-rw-r--r-- | math/R-circular/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile index 92a53bcd844..684fc973c2a 100644 --- a/math/R-circular/Makefile +++ b/math/R-circular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/10/10 19:15:32 wiz Exp $ CATEGORIES= math PKGREVISION= 1 @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= circular R_PKGVER= 0.4-3 -PKG_DESTDIR_SUPPORT= none - USE_LANGUAGES= fortran c .include "../../devel/gettext-lib/buildlink3.mk" |