diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-12-06 12:38:24 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-12-06 12:38:24 +0000 |
commit | 9acb9e113e0430c6670bc0717eff1b8ab2e3029e (patch) | |
tree | 27a4a5f2daa85ba634b28acca7ed48282ddb54bb | |
parent | 8dfde16153d509a0d3faf1e2acadda229a7d6154 (diff) | |
download | ports-9acb9e113e0430c6670bc0717eff1b8ab2e3029e.tar.gz ports-9acb9e113e0430c6670bc0717eff1b8ab2e3029e.zip |
misc/ini_file_manager: remove expiration mark, ada is adopted
-rw-r--r-- | misc/ini_file_manager/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile index b0a27d6bfc38..26bb5036b5d9 100644 --- a/misc/ini_file_manager/Makefile +++ b/misc/ini_file_manager/Makefile @@ -11,8 +11,6 @@ WWW= https://sourceforge.net/projects/ini-files/ LICENSE= MIT -EXPIRATION_DATE=2022-12-31 - USES= ada zip dos2unix NO_WRKSUBDIR= yes |