svn commit: r386297 - head/misc/dtach
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 14 07:10:02 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list