diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:23:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:23:43 +0000 |
commit | e6f648495dcc07d04c21859ddcbc04d40a9d7860 (patch) | |
tree | 2cfd3d26d35ae5dd892fa449620adbb246f8e363 | |
parent | dc629e76b8ada56a3c955ffbe511797023aa6c22 (diff) | |
download | ports-e6f648495dcc07d04c21859ddcbc04d40a9d7860.tar.gz ports-e6f648495dcc07d04c21859ddcbc04d40a9d7860.zip |
Notes
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 6 |
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 \ |