diff options
-rw-r--r-- | net/shmux/Makefile | 4 | ||||
-rw-r--r-- | net/shmux/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index e6af7e18fcd9..d8181f106955 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -20,10 +20,6 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples ALL_TARGET= ${PORTNAME} -MAN1= shmux.1 -MANCOMPRESSED= no - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFPING} diff --git a/net/shmux/pkg-plist b/net/shmux/pkg-plist index 96f23e70665c..f09289d07da8 100644 --- a/net/shmux/pkg-plist +++ b/net/shmux/pkg-plist @@ -1,3 +1,4 @@ bin/shmux %%EXAMPLESDIR%%/mcmd.sh @dirrm %%EXAMPLESDIR%% +man/man1/shmux.1.gz |