aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xmx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xmx/Makefile')
-rw-r--r--x11/xmx/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile
index 936e03582a67..f590f8985002 100644
--- a/x11/xmx/Makefile
+++ b/x11/xmx/Makefile
@@ -9,15 +9,15 @@ MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
-COMMENT= An X protocol multiplexor
+COMMENT= X protocol multiplexor
USE_XORG= x11
-MAN1= xmx.1
-PLIST_FILES= bin/xmx
+PLIST_FILES= bin/xmx man/man1/xmx.1.gz
+
+MAKE_ARGS+= BIN=${STAGEDIR}${PREFIX}/bin/ MANPATH=${STAGEDIR}${MAN1PREFIX}/man/
-NO_STAGE= yes
post-install:
- @${STRIP_CMD} ${PREFIX}/bin/xmx
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmx
.include <bsd.port.mk>