1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Remove whitespace before end of line, change 8 spaces to tab at beginning

of line.
This commit is contained in:
Satoshi Asami 1999-04-12 08:53:11 +00:00
parent fc34fa636a
commit dd15df7340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17809

View File

@ -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}/.. && \