diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-12-29 14:50:31 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-12-29 14:50:31 +0000 |
commit | 50ef26bc899f6e2609a163028c5983ffe356bfd6 (patch) | |
tree | cec4a5c2ac8fb6e3e87cbc537549aefc29e453b1 /devel/libcfu/Makefile | |
parent | 7675051328c20eff50ad7669ad27d7cbb524dff0 (diff) | |
download | ports-50ef26bc899f6e2609a163028c5983ffe356bfd6.tar.gz ports-50ef26bc899f6e2609a163028c5983ffe356bfd6.zip |
Notes
Diffstat (limited to 'devel/libcfu/Makefile')
-rw-r--r-- | devel/libcfu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile index f8fa0456cdc3..5ceeb2e07559 100644 --- a/devel/libcfu/Makefile +++ b/devel/libcfu/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= GH MAINTAINER= crees@FreeBSD.org COMMENT= Simple library of tools for developing multithreaded software -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= crees @@ -25,7 +25,6 @@ INFO= ${PORTNAME} # XXX: work around an issue with automake-1.13 erroring out on a # non-existent m4 directory before libtoolize creates it -NO_STAGE= yes pre-configure:: @${MKDIR} ${WRKSRC}/m4 |