diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-23 05:26:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-23 05:26:30 +0000 |
commit | ee6e85e63f799fec4e0f1261c2eb7ae88f4414e9 (patch) | |
tree | 2b19180cee64a352fead6d0bdeed07d69d866b9e /sysutils | |
parent | 47403f423f99b876364038c8fa5a885a0ba825d5 (diff) | |
download | pkgsrc-ee6e85e63f799fec4e0f1261c2eb7ae88f4414e9.tar.gz |
bcollect: cleanups
user-destdir is fine, does not need destdir.
Set LICENSE.
Comment out dead sites.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bcollect/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bcollect/Makefile b/sysutils/bcollect/Makefile index eed9435dd57..cf6ea9256e6 100644 --- a/sysutils/bcollect/Makefile +++ b/sysutils/bcollect/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2017/04/19 11:24:38 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/23 05:26:30 wiz Exp $ DISTNAME= bcollect-0.6.0 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/ +#MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/bcollect/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://bcollect.ancient-solutions.com/ +#HOMEPAGE= http://bcollect.ancient-solutions.com/ COMMENT= Incremental remote backup tool +LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= destdir GNU_CONFIGURE= yes USE_TOOLS+= lex yacc |