diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-13 00:20:31 +0800 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /math/fftw | |
parent | aa20890c922899d9333b5fef5c67bc338a601c4c (diff) | |
download | freebsd-ports-gnome-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.gz freebsd-ports-gnome-b9398223bd3a2236f02f582d13487e2a02e6a035.tar.zst freebsd-ports-gnome-b9398223bd3a2236f02f582d13487e2a02e6a035.zip |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index cb4fb3f59eee..5c1a7646cbce 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform -LICENSE= GPLv2 # or later +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS |