diff options
author | antoine <antoine@FreeBSD.org> | 2017-02-26 21:58:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-02-26 21:58:50 +0800 |
commit | c12e30f7b4b87de4049cc8248c8e7b86fe7d9c6c (patch) | |
tree | a8fdb4c5bc0fd2712cc0aba9063bf527e229f70c /ftp | |
parent | 34c64e844643583b196b39f9359b8d24026d9a2e (diff) | |
download | freebsd-ports-gnome-c12e30f7b4b87de4049cc8248c8e7b86fe7d9c6c.tar.gz freebsd-ports-gnome-c12e30f7b4b87de4049cc8248c8e7b86fe7d9c6c.tar.zst freebsd-ports-gnome-c12e30f7b4b87de4049cc8248c8e7b86fe7d9c6c.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bareftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 49359411f698..56c9eebc235b 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to configure +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2017-03-27 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \ |