diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-18 12:31:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-18 12:31:24 +0000 |
commit | 46cf4bcb84b99c5637a0b1539ab29ec6453cd483 (patch) | |
tree | 4577ab4cc236d536b9a0cc3950ccda2713cedba5 /print/rprint | |
parent | eeab05ac6242443a3a4c86d568f91baaf47daab6 (diff) |
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=368446
Diffstat (limited to 'print/rprint')
-rw-r--r-- | print/rprint/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/rprint/Makefile b/print/rprint/Makefile index 60d489edd3ab..958a5c9261f0 100644 --- a/print/rprint/Makefile +++ b/print/rprint/Makefile @@ -12,7 +12,6 @@ COMMENT= Remote printing utility using a raw bidirectional tcp connection LICENSE= BSD4CLAUSE -MANCOMPRESSED= yes PLIST_FILES= bin/rprint man/man1/rprint.1.gz post-patch: |