summaryrefslogtreecommitdiff
path: root/x11/xmove
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 16:06:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 16:06:46 +0000
commit0bc3b911f9c6b6dc5f24b346d53b4613fa871444 (patch)
tree5c1391ccc936025624391634cbe26d05a5f206fb /x11/xmove
parentAdd the official Matrox driver for G200, G400 and G450 graphic adapters. (diff)
o Add missed USE_IMAKE;
o fix manpage problem with XFree86-4; o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy. PR: 25670 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=39771
Diffstat (limited to 'x11/xmove')
-rw-r--r--x11/xmove/Makefile3
-rw-r--r--x11/xmove/files/Makefile6
2 files changed, 7 insertions, 2 deletions
diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile
index 210f2d3e5522..17d3730742ef 100644
--- a/x11/xmove/Makefile
+++ b/x11/xmove/Makefile
@@ -14,7 +14,10 @@ DISTNAME= ${PORTNAME}.2.0beta2
MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/xmove
+
USE_X_PREFIX= yes
+USE_IMAKE= yes
+
MAN1= xmove.1 xmovectrl.1
post-extract:
diff --git a/x11/xmove/files/Makefile b/x11/xmove/files/Makefile
index b0f7ad6c39e0..8bab179214b5 100644
--- a/x11/xmove/files/Makefile
+++ b/x11/xmove/files/Makefile
@@ -1,6 +1,8 @@
+# $FreeBSD$
+
all:
- cd xmove;xmkmf && make
- cd xmovectrl;xmkmf && make
+ cd xmove;xmkmf -DBuildHtmlManPages=0 && make
+ cd xmovectrl;xmkmf -DBuildHtmlManPages=0 && make
install:
cd xmove;make install
cd xmovectrl;make install