diff options
author | wiz <wiz> | 2013-10-10 19:15:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-10-10 19:15:32 +0000 |
commit | 2b3603e3b24861a19d877a65aad71afb5b276beb (patch) | |
tree | be3ff9e9774b673f943367632190fea17675aca1 /math | |
parent | e620c80945757ade8279121ece691df2473cba44 (diff) | |
download | pkgsrc-2b3603e3b24861a19d877a65aad71afb5b276beb.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')
-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" |