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 | |
parent | 71962281003c540af7d6a66891b3fd13fc82c174 (diff) | |
download | ports-0bc3b911f9c6b6dc5f24b346d53b4613fa871444.tar.gz ports-0bc3b911f9c6b6dc5f24b346d53b4613fa871444.zip |
Notes
Diffstat (limited to 'x11/xmove')
-rw-r--r-- | x11/xmove/Makefile | 3 | ||||
-rw-r--r-- | x11/xmove/files/Makefile | 6 |
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 |