diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2017-08-15 19:33:57 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2017-08-15 19:33:57 +0000 |
commit | 833c001e9a9c2e219de6627744c1be310c4dd8d4 (patch) | |
tree | 7336de19715554c86f0b933381a095dcfb1d25b5 /sysutils/mapchan | |
parent | 546a4c7e1137e873d17095760895324b96acfc5e (diff) |
Notes
Diffstat (limited to 'sysutils/mapchan')
-rw-r--r-- | sysutils/mapchan/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mapchan/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile index 6270a471276f..d429aa46807f 100644 --- a/sysutils/mapchan/Makefile +++ b/sysutils/mapchan/Makefile @@ -3,13 +3,15 @@ PORTNAME= mapchan PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils converters MASTER_SITES= SF MAINTAINER= bsam@FreeBSD.org COMMENT= Transform the input and output of a terminal (SCO Unix alike) +LICENSE= GPLv2 + USES= iconv tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= STAGEDIR=${STAGEDIR} MAPDIR=${STAGEDIR}${PREFIX}/etc/${PORTNAME} diff --git a/sysutils/mapchan/pkg-descr b/sysutils/mapchan/pkg-descr index 16c4d83445ac..d16bac3dc255 100644 --- a/sysutils/mapchan/pkg-descr +++ b/sysutils/mapchan/pkg-descr @@ -9,4 +9,4 @@ of a terminal (including a serial port terminal). It is useful when: This software is an incomplete implementation of the functionality of the utility "mapchan" of SCO Unix. -WWW: http://www.iceb.vc.ukrtel.net/ +WWW: https://mapchan.sourceforge.io/ |