- Add LICENSE

- Remove useless options.mk include
This commit is contained in:
Dmitry Marakasov 2015-05-14 07:10:01 +00:00
parent 22633cfcbf
commit c440f0d3bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386297

View file

@ -10,6 +10,9 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Emulates the detach feature of screen COMMENT= Emulates the detach feature of screen
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
ALL_TARGET= dtach ALL_TARGET= dtach
@ -18,8 +21,6 @@ PLIST_FILES= bin/dtach man/man1/dtach.1.gz
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dtach ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${MANPREFIX}/man/man1