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
This commit is contained in:
Maxim Sobolev 2001-03-13 16:06:46 +00:00
parent 7196228100
commit 0bc3b911f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39771
2 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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