diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-04-10 20:33:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-04-10 20:33:24 +0000 |
commit | bf2fa394feda0d27aa3b08a864d37189388a9680 (patch) | |
tree | 5410c9146b31e9be860f6840122b0bb3edd7aa65 /x11/xascii | |
parent | 8927670cacd2971a6109ce246e8da7d2b2e0ab1b (diff) | |
download | ports-bf2fa394feda0d27aa3b08a864d37189388a9680.tar.gz ports-bf2fa394feda0d27aa3b08a864d37189388a9680.zip |
Notes
Diffstat (limited to 'x11/xascii')
-rw-r--r-- | x11/xascii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index a607ab43db4b..6e92630ea50b 100644 --- a/x11/xascii/Makefile +++ b/x11/xascii/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://komquats.com/distfiles/ \ WRKSRC= ${WRKDIR} MAINTAINER= cy@FreeBSD.org -COMMENT= Manipulate X cut buffers from the commandline +COMMENT= Display an ascii table in decimal, octal, and hexadecimal. MAKE_ARGS+= PREFIX=${PREFIX} USE_IMAKE= YES |