diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 05:50:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 05:50:32 +0000 |
commit | ffaf748cee611bfa25e09b41a8541d4594b568dc (patch) | |
tree | a164bcafe1d937076263dc9c78b1219eab68deac /x11/xmove | |
parent | f9e3d9814430c795a8a4e367f0e2d0e11af08c43 (diff) | |
download | ports-ffaf748cee611bfa25e09b41a8541d4594b568dc.tar.gz ports-ffaf748cee611bfa25e09b41a8541d4594b568dc.zip |
[PATCH] x11/xmove: small portlint
WARN: Makefile: since you already have USE_IMAKE, you don't need USE_X_PREFIX,
so drop USE_X_PREFIX
PR: ports/94783
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=159461
Diffstat (limited to 'x11/xmove')
-rw-r--r-- | x11/xmove/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/xmove/Makefile b/x11/xmove/Makefile index e827e6068efa..611a47551a0d 100644 --- a/x11/xmove/Makefile +++ b/x11/xmove/Makefile @@ -16,7 +16,6 @@ COMMENT= Pseudoserver to support mobile X11 clients WRKSRC= ${WRKDIR}/xmove -USE_X_PREFIX= yes USE_IMAKE= yes MAN1= xmove.1 xmovectrl.1 |