diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 15:02:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 15:02:31 +0000 |
commit | 93a6bf148055119a6d9200a1715213c67023a146 (patch) | |
tree | 7f98fe2c63461490cb0d0b498a2f4fff277d238c | |
parent | 6f560b1c4dc55e1f50a1bd71c0ff46e99a83f994 (diff) | |
download | ports-93a6bf148055119a6d9200a1715213c67023a146.tar.gz ports-93a6bf148055119a6d9200a1715213c67023a146.zip |
Notes
-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 |