aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/x2x
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-08 10:43:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-08 10:43:39 +0000
commitf26ed95970ceb3d1ab45707326104075defcbacd (patch)
tree90e36c29548f76c6bc49aef6ab966278a8284f75 /x11-servers/x2x
parent7fdd5c3edcab9b0201e4dff20cd66aed9305255f (diff)
downloadports-f26ed95970ceb3d1ab45707326104075defcbacd.tar.gz
ports-f26ed95970ceb3d1ab45707326104075defcbacd.zip
MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=
to define a variable that is defined only once. Remove do-install target which was doing "make install install.man" which is the default anyway.
Notes
Notes: svn path=/head/; revision=32429
Diffstat (limited to 'x11-servers/x2x')
-rw-r--r--x11-servers/x2x/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile
index 1b6350a68cfb..bb6e9c784668 100644
--- a/x11-servers/x2x/Makefile
+++ b/x11-servers/x2x/Makefile
@@ -15,11 +15,7 @@ MAINTAINER= grog@FreeBSD.org
USE_IMAKE= yes
USE_GMAKE= yes
-MAKE_ENV+= MAKE=${GMAKE}
-MANCOMPRESSED= yes
+MAKE_ENV= MAKE=${GMAKE}
MAN1= x2x.1
-do-install:
- cd ${WRKSRC}; make install; make install.man
-
.include <bsd.port.mk>