Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 07:10:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386297 - head/misc/dtach
Message-ID:  <201505140710.t4E7A1uW012074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 14 07:10:01 2015
New Revision: 386297
URL: https://svnweb.freebsd.org/changeset/ports/386297

Log:
  - Add LICENSE
  - Remove useless options.mk include

Modified:
  head/misc/dtach/Makefile

Modified: head/misc/dtach/Makefile
==============================================================================
--- head/misc/dtach/Makefile	Thu May 14 07:05:38 2015	(r386296)
+++ head/misc/dtach/Makefile	Thu May 14 07:10:01 2015	(r386297)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Emulates the detach feature of screen
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 ALL_TARGET=	dtach
 
@@ -18,8 +21,6 @@ PLIST_FILES=	bin/dtach man/man1/dtach.1.
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dtach ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${MANPREFIX}/man/man1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505140710.t4E7A1uW012074>