aboutsummaryrefslogtreecommitdiff
path: root/editors/teco
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-30 00:53:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-30 00:53:10 +0000
commitd0ef5f05e5c920c4de89190974aef2ae67562d2c (patch)
tree8d0e887062951d9a34d171510b48dcc6c22dc925 /editors/teco
parent08a706693c1251ced48734d5273cd9ab3fef1caa (diff)
downloadports-d0ef5f05e5c920c4de89190974aef2ae67562d2c.tar.gz
ports-d0ef5f05e5c920c4de89190974aef2ae67562d2c.zip
- Switch to options helpers
- Cosmetic fixes
Notes
Notes: svn path=/head/; revision=412147
Diffstat (limited to 'editors/teco')
-rw-r--r--editors/teco/Makefile8
-rw-r--r--editors/teco/pkg-descr13
2 files changed, 10 insertions, 11 deletions
diff --git a/editors/teco/Makefile b/editors/teco/Makefile
index 13f8cfd94d88..c82c8a0f541a 100644
--- a/editors/teco/Makefile
+++ b/editors/teco/Makefile
@@ -13,7 +13,7 @@ COMMENT= Powerful and compact editor with nongraphical user interface
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
diff --git a/editors/teco/pkg-descr b/editors/teco/pkg-descr
index d893966fed19..74b7cc224873 100644
--- a/editors/teco/pkg-descr
+++ b/editors/teco/pkg-descr
@@ -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