diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-09 14:48:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-09 14:48:54 +0000 |
commit | 835726cb71664ae2670520d3a50f248e16e9734e (patch) | |
tree | c5a1df43cdad387744b4ceb00662fb30bee791f4 /x11/xascii | |
parent | 591efe9fe3d7b0ae82115372fa3ce2842d227352 (diff) |
Notes
Diffstat (limited to 'x11/xascii')
-rw-r--r-- | x11/xascii/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index 54bdd0fe2dee..4bbb97802b96 100644 --- a/x11/xascii/Makefile +++ b/x11/xascii/Makefile @@ -15,8 +15,6 @@ COMMENT= Display an ASCII table in decimal, octal, and hexadecimal. MAKE_ARGS+= PREFIX=${PREFIX} USES= imake USE_XORG= x11 xt xaw -MAN1= xascii.1 -PLIST_FILES= bin/xascii +PLIST_FILES= bin/xascii man/man1/xascii.1.gz -NO_STAGE= yes .include <bsd.port.mk> |