From owner-svn-ports-all@freebsd.org Wed Mar 30 00:53:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B06C4AE27ED; Wed, 30 Mar 2016 00:53:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63EA31739; Wed, 30 Mar 2016 00:53:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U0rAfX028950; Wed, 30 Mar 2016 00:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U0rALn028948; Wed, 30 Mar 2016 00:53:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201603300053.u2U0rALn028948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Mar 2016 00:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412147 - head/editors/teco X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 00:53:11 -0000 Author: amdmi3 Date: Wed Mar 30 00:53:10 2016 New Revision: 412147 URL: https://svnweb.freebsd.org/changeset/ports/412147 Log: - Switch to options helpers - Cosmetic fixes Modified: head/editors/teco/Makefile head/editors/teco/pkg-descr Modified: head/editors/teco/Makefile ============================================================================== --- head/editors/teco/Makefile Wed Mar 30 00:52:40 2016 (r412146) +++ head/editors/teco/Makefile Wed Mar 30 00:53:10 2016 (r412147) @@ -13,7 +13,7 @@ COMMENT= Powerful and compact editor wit MAKEFILE= makefile WRKSRC= ${WRKDIR}/tecoc${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src -ALL_TARGET= # +ALL_TARGET= # empty DOCSFILES= src/readme.1st src/readme.lnx src/changes.txt src/aaout.txt \ src/problems.txt src/video.txt doc/teco.doc doc/wchart.txt @@ -22,11 +22,11 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/tecoc ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR} -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOCSFILES} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/editors/teco/pkg-descr ============================================================================== --- head/editors/teco/pkg-descr Wed Mar 30 00:52:40 2016 (r412146) +++ head/editors/teco/pkg-descr Wed Mar 30 00:53:10 2016 (r412147) @@ -1,9 +1,8 @@ - TECO is the grand old text editor. It is powerful and compact -precursor to EMACS and has a completely nongraphical user interface. -It is very fast (probably the fastes editor in the world) and have a -macro language. TECO was written by Dan Murphy (http://www.opost.com/dlm) -at Digital Equipment Corporation in 1962. This is based on Pete Siemsen's -TECOC implementation, and comes with a copy of the originals DECUS TECO -documentation. +TECO is the grand old text editor. It is powerful and compact precursor +to EMACS and has a completely nongraphical user interface. It is very fast +(probably the fastes editor in the world) and have a macro language. TECO +was written by Dan Murphy (http://www.opost.com/dlm) at Digital Equipment +Corporation in 1962. This is based on Pete Siemsen's TECOC implementation, +and comes with a copy of the originals DECUS TECO documentation. WWW: http://almy.us/teco.html