1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 0.8

- Clean up
This commit is contained in:
Andrew Pantyukhin 2008-02-01 12:35:41 +00:00
parent 184999f99a
commit 8f1b1d4a26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206586
4 changed files with 17 additions and 19 deletions

View File

@ -1,34 +1,32 @@
# New ports collection makefile for: dtach
# Date created: 21 Jun 2004
# Whom: bkhl@elektrubadur.se
# New ports collection makefile for: dtach
# Date created: 21 Jun 2004
# Whom: Bjorn Lindstrom <bkhl@elektrubadur.se>
#
# $FreeBSD$
#
PORTNAME= dtach
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dtach
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A small program that emulates the detach feature of screen
COMMENT= Emulates the detach feature of screen
GNU_CONFIGURE= yes
ALL_TARGET= dtach
MAN1= dtach.1
PORTDOCS= COPYING README dtach.spec
PORTDOCS= README
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MANPREFIX}/man/man1
@${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MAN1PREFIX}/man/man1/
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (dtach-0.7.tar.gz) = 9aa11433d5a5b4b9fed271f10102cf6f
SHA256 (dtach-0.7.tar.gz) = 843ff7484fe85cb349546d3da240da37e0d4f4d7dd34649ba239fcb72870bc9d
SIZE (dtach-0.7.tar.gz) = 50900
MD5 (dtach-0.8.tar.gz) = ec5999f3b6bb67da19754fcb2e5221f3
SHA256 (dtach-0.8.tar.gz) = 16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
SIZE (dtach-0.8.tar.gz) = 55472

View File

@ -5,3 +5,4 @@ track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.
WWW: http://dtach.sourceforge.net/
Author: Ned T. Crigler <crigler@users.sourceforge.net>

View File

@ -1 +0,0 @@
bin/dtach