summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-04-12 08:53:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-04-12 08:53:11 +0000
commitdd15df7340cbf98bf70697b0a106a19c3ca4e692 (patch)
treec147652dce0d4a3f64f3684083e639a1fb890d6c /x11-toolkits/tix
parentPortlint. (diff)
Remove whitespace before end of line, change 8 spaces to tab at beginning
of line.
Notes
Notes: svn path=/head/; revision=17809
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r--x11-toolkits/tix/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index 6dd172d21363..b344a0740235 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.21 1998/11/18 09:02:25 tg Exp $
+# $Id: Makefile,v 1.22 1999/04/07 08:44:24 obrien Exp $
#
DISTNAME= Tix4.1.0.006
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-sam \
--with-tk="${PREFIX}/include/tk8.0"
# this should probably be added to bsd.port.mk
CONFIGURE_ENV= PREFIX=${PREFIX}
-MAN1= tixwish.1
+MAN1= tixwish.1
MANN= BtnBox.n Balloon.n ChkList.n Destroy.n ComboBox.n Control.n \
DItem.n DirDlg.n DirList.n DirTree.n FileBox.n EFileBox.n \
EFileDlg.n FileDlg.n FileEnt.n Form.n GetBool.n GetInt.n \
@@ -50,9 +50,9 @@ TIXSAM_LIB_FILE=${TIXSAM_LIB}.1.2
pre-configure:
@(cd ${WRKSRC}/.. && \
CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
- INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
+ INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
+ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
post-install:
@(cd ${WRKSRC}/.. && \