diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-12-15 11:34:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-12-15 11:34:47 +0000 |
commit | 585143a4b1b3c781282e864a473fa7921db50e39 (patch) | |
tree | cec2abba5a5e0ccb94903730a23de24664ce1c79 /security | |
parent | 908d2f0a6f990a62c01c27615c563679f7abb346 (diff) | |
download | ports-585143a4b1b3c781282e864a473fa7921db50e39.tar.gz ports-585143a4b1b3c781282e864a473fa7921db50e39.zip |
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/putty-gtk2/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/security/Makefile b/security/Makefile index b38abcf22b13..279d5660d134 100644 --- a/security/Makefile +++ b/security/Makefile @@ -845,7 +845,6 @@ SUBDIR += pulledpork SUBDIR += pure-sfv SUBDIR += putty - SUBDIR += putty-gtk2 SUBDIR += putty-nogtk SUBDIR += pvk SUBDIR += pwauth diff --git a/security/putty-gtk2/Makefile b/security/putty-gtk2/Makefile deleted file mode 100644 index b608ba950027..000000000000 --- a/security/putty-gtk2/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Matthias Andree <mandree@FreeBSD.org> - -PKGNAMESUFFIX= -gtk2 - -DEPRECATED= putty-gtk2 is being phased out -EXPIRATION_DATE= 2021-12-15 - -OPTIONS_SLAVE= GTK2 -OPTIONS_EXCLUDE= GTK3 - -CONFLICTS_INSTALL= pssh putty putty-nogtk - -MASTERDIR= ${.CURDIR}/../../security/putty - -.include "${MASTERDIR}/Makefile" |