summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-23 09:23:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-23 09:23:43 +0000
commite6f648495dcc07d04c21859ddcbc04d40a9d7860 (patch)
tree2cfd3d26d35ae5dd892fa449620adbb246f8e363 /x11-wm
parentMark it broken, doesn't package. (diff)
No need to use +=.
Notes
Notes: svn path=/head/; revision=14808
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm95-i18n/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile
index 662cfea69004..5b02cb6c7b53 100644
--- a/x11-wm/fvwm95-i18n/Makefile
+++ b/x11-wm/fvwm95-i18n/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: Yoshishige Arai <ryo2@on.rim.or.jp>
#
-# $Id$
+# $Id: Makefile,v 1.22 1998/11/22 14:54:10 sada Exp $
#
DISTNAME= fvwm95-2.0.43a-Autoconf
@@ -30,10 +30,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/librplay.a:${PORTSDIR}/audio/rplay
EXTRACT_ONLY= ${DISTNAME}.tgz ${PKGNAME}-portKit-19981122.tgz
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} --x-includes=${X11BASE}/include \
+CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${X11BASE}/include \
--mandir=${MANPREFIX}/man \
--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib
-CONFIGURE_ENV+=INSTALL_MAN="${INSTALL_MAN}"
+CONFIGURE_ENV= INSTALL_MAN="${INSTALL_MAN}"
MAN1= fvwm95.1 xpmroot.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
FvwmButtons.1 FvwmConsole.1 FvwmCpp.1 FvwmDebug.1 FvwmForm.1 \
FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 \