aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xmx/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-13 09:48:11 +0800
committereadler <eadler@FreeBSD.org>2013-10-13 09:48:11 +0800
commit829dba486e8b1ca8f2e99d9436e1ac454235c47c (patch)
treeb81da271e1768cf45c7c58cf0cc9b995d95fc76a /x11/xmx/Makefile
parent66aca238f9d4f4352d50c38771b091879cf37de1 (diff)
downloadfreebsd-ports-gnome-829dba486e8b1ca8f2e99d9436e1ac454235c47c.tar.gz
freebsd-ports-gnome-829dba486e8b1ca8f2e99d9436e1ac454235c47c.tar.zst
freebsd-ports-gnome-829dba486e8b1ca8f2e99d9436e1ac454235c47c.zip
- Convert to staging
- General cleanup
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>