mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Remove useless options.mk include
This commit is contained in:
parent
22633cfcbf
commit
c440f0d3bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386297
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue