diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-13 22:06:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-13 22:06:32 +0800 |
commit | 99ec04edc241b8e33a81f96a44515e60efb078ae (patch) | |
tree | b9df7f4e9c53eec1b187637424c1021e20c24664 /www | |
parent | 53bf83570dc2b34cdf6439d15c6c9840fb5cfddc (diff) | |
download | freebsd-ports-gnome-99ec04edc241b8e33a81f96a44515e60efb078ae.tar.gz freebsd-ports-gnome-99ec04edc241b8e33a81f96a44515e60efb078ae.tar.zst freebsd-ports-gnome-99ec04edc241b8e33a81f96a44515e60efb078ae.zip |
Update my ports to the latest infrastructure changes
Diffstat (limited to 'www')
-rw-r--r-- | www/cblog/Makefile | 2 | ||||
-rw-r--r-- | www/cplanet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/cblog/Makefile b/www/cblog/Makefile index 44c088663964..015afae344a3 100644 --- a/www/cblog/Makefile +++ b/www/cblog/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi \ libcdb.so:${PORTSDIR}/databases/tinycdb -LICENSE= BSD +LICENSE= BSD2CLAUSE USE_RC_SUBR= cblog diff --git a/www/cplanet/Makefile b/www/cplanet/Makefile index 8311bdc1e755..b540cb8e02bf 100644 --- a/www/cplanet/Makefile +++ b/www/cplanet/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libcurl.so:${PORTSDIR}/ftp/curl -LICENSE= BSD +LICENSE= BSD2CLAUSE OPTIONS_DEFINE= EXAMPLES |