diff options
author | crees <crees@FreeBSD.org> | 2013-12-29 22:50:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-12-29 22:50:31 +0800 |
commit | 123489578fa6fcb82a44689c62d4337729da8276 (patch) | |
tree | cec4a5c2ac8fb6e3e87cbc537549aefc29e453b1 /devel/libcfu | |
parent | 4cfed2b80d6bad3f51afc627871862ff319dd492 (diff) | |
download | freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.tar.gz freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.tar.zst freebsd-ports-gnome-123489578fa6fcb82a44689c62d4337729da8276.zip |
Stage devel and database ports maintained by me.
While here, add missing cvs dep and general cleanups
Diffstat (limited to 'devel/libcfu')
-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 |