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 /irc | |
parent | eeab05ac6242443a3a4c86d568f91baaf47daab6 (diff) | |
download | freebsd-ports-46cf4bcb84b99c5637a0b1539ab29ec6453cd483.zip |
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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-supybot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/py-supybot/Makefile b/irc/py-supybot/Makefile index 02bd9746dae7..35ddb167aecf 100644 --- a/irc/py-supybot/Makefile +++ b/irc/py-supybot/Makefile @@ -19,7 +19,6 @@ PYDISTUTILS_EGGINFO= supybot-${PORTVERSION}-py${PYTHON_VER}.egg-info DOCS= ACKS ChangeLog INSTALL LICENSE README RELNOTES -MANCOMPRESSED= no MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \ supybot-plugin-create.1 supybot-plugin-doc.1 |