summaryrefslogtreecommitdiffstats
path: root/x11/xmove/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-13 16:06:46 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-13 16:06:46 +0000
commit8267f1611889ca6e5200a6c367a2a32d2ce8c38b (patch)
treef114c2270d76e3bd3576f8c93cd478371f7f7725 /x11/xmove/files
parent1270209c4d73b31718f151ff1fc38554d4f7caf6 (diff)
downloadFreeBSD-ports-8267f1611889ca6e5200a6c367a2a32d2ce8c38b.zip
FreeBSD-ports-8267f1611889ca6e5200a6c367a2a32d2ce8c38b.tar.gz
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
Diffstat (limited to 'x11/xmove/files')
-rw-r--r--x11/xmove/files/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xmove/files/Makefile b/x11/xmove/files/Makefile
index b0f7ad6..8bab179 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
OpenPOWER on IntegriCloud