diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 16:06:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 16:06:46 +0000 |
commit | 0bc3b911f9c6b6dc5f24b346d53b4613fa871444 (patch) | |
tree | 5c1391ccc936025624391634cbe26d05a5f206fb /x11/xmove/files/Makefile | |
parent | Add 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
Diffstat (limited to '')
-rw-r--r-- | x11/xmove/files/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |