diff options
author | asami <asami@FreeBSD.org> | 1999-04-12 16:53:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-12 16:53:11 +0800 |
commit | 53fdce6f1d47c2088abe4c4cce21b9327b205f81 (patch) | |
tree | 8451508417fb82e6ec20f80cc8bda35396c246ea /x11-toolkits | |
parent | 62ce88a74c8928b281065cd38568a9e80002f8b3 (diff) | |
download | freebsd-ports-graphics-53fdce6f1d47c2088abe4c4cce21b9327b205f81.tar.gz freebsd-ports-graphics-53fdce6f1d47c2088abe4c4cce21b9327b205f81.tar.zst freebsd-ports-graphics-53fdce6f1d47c2088abe4c4cce21b9327b205f81.zip |
Remove whitespace before end of line, change 8 spaces to tab at beginning
of line.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 6dd172d2136..b344a074023 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}/.. && \ |