Index: head/security/gputty/Makefile =================================================================== --- head/security/gputty/Makefile (revision 460075) +++ head/security/gputty/Makefile (revision 460076) @@ -1,25 +1,26 @@ # Created by: Olivier Cochard-Labbe # $FreeBSD$ PORTNAME= gputty PORTVERSION= 0.9.10 CATEGORIES= security MASTER_SITES= http://www.defora.org/os/download/download/3381/ MAINTAINER= olivier@FreeBSD.org COMMENT= Frontend to the SSH client, using the Gtk+ toolkit -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem PLIST_FILES= bin/gputty MAKE_ARGS= PREFIX=${PREFIX} USES= pkgconfig USE_GNOME= gtk20 post-install: @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} .include Index: head/security/gputty/pkg-descr =================================================================== --- head/security/gputty/pkg-descr (revision 460075) +++ head/security/gputty/pkg-descr (revision 460076) @@ -1,3 +1,3 @@ GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit. -WWW: http://www.defora.org/os/project/334/gputty +WWW: https://www.defora.org/os/project/334/gputty