aboutsummaryrefslogtreecommitdiff
path: root/misc/dtach
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 07:10:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 07:10:01 +0000
commitc440f0d3bc76e370a10c8878b4ba17efa25dcaf2 (patch)
tree315bd6c576397b804365454da36b8d3661d5be16 /misc/dtach
parent22633cfcbfd04f8ed53ff8e5adce9f93e8c93666 (diff)
downloadports-c440f0d3bc76e370a10c8878b4ba17efa25dcaf2.tar.gz
ports-c440f0d3bc76e370a10c8878b4ba17efa25dcaf2.zip
- Add LICENSE
- Remove useless options.mk include
Notes
Notes: svn path=/head/; revision=386297
Diffstat (limited to 'misc/dtach')
-rw-r--r--misc/dtach/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile
index 7c474ac10f98..ec379714edcd 100644
--- a/misc/dtach/Makefile
+++ b/misc/dtach/Makefile
@@ -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.gz
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