From 8f1b1d4a266a32efa4aafb4bb5eb89416a4f7bcf Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Fri, 1 Feb 2008 12:35:41 +0000 Subject: - Update to 0.8 - Clean up --- misc/dtach/Makefile | 28 +++++++++++++--------------- misc/dtach/distinfo | 6 +++--- misc/dtach/pkg-descr | 1 + misc/dtach/pkg-plist | 1 - 4 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 misc/dtach/pkg-plist (limited to 'misc') diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile index 4afca98065b8..603273397bd3 100644 --- a/misc/dtach/Makefile +++ b/misc/dtach/Makefile @@ -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 # # $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 diff --git a/misc/dtach/distinfo b/misc/dtach/distinfo index e0552ddc75a4..a2c6b469d787 100644 --- a/misc/dtach/distinfo +++ b/misc/dtach/distinfo @@ -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 diff --git a/misc/dtach/pkg-descr b/misc/dtach/pkg-descr index a98459e0b2ff..4a7cac9fd7aa 100644 --- a/misc/dtach/pkg-descr +++ b/misc/dtach/pkg-descr @@ -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 diff --git a/misc/dtach/pkg-plist b/misc/dtach/pkg-plist deleted file mode 100644 index a45f9351e34b..000000000000 --- a/misc/dtach/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dtach -- cgit v1.2.3