diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-30 08:53:10 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-30 08:53:10 +0800 |
commit | d0ef5f05e5c920c4de89190974aef2ae67562d2c (patch) | |
tree | 8d0e887062951d9a34d171510b48dcc6c22dc925 /editors/teco | |
parent | 08a706693c1251ced48734d5273cd9ab3fef1caa (diff) | |
download | freebsd-ports-gnome-d0ef5f05e5c920c4de89190974aef2ae67562d2c.tar.gz freebsd-ports-gnome-d0ef5f05e5c920c4de89190974aef2ae67562d2c.tar.zst freebsd-ports-gnome-d0ef5f05e5c920c4de89190974aef2ae67562d2c.zip |
- Switch to options helpers
- Cosmetic fixes
Diffstat (limited to 'editors/teco')
-rw-r--r-- | editors/teco/Makefile | 8 | ||||
-rw-r--r-- | editors/teco/pkg-descr | 13 |
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 |