diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 399632c0b084d49a4dc3c4403acbc92314c72999 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /lang | |
parent | 2a7d75f9ce1ebe9b6a0f04983814522db485dc2e (diff) | |
download | pkgsrc-399632c0b084d49a4dc3c4403acbc92314c72999.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-ssp/Makefile | 8 | ||||
-rw-r--r-- | lang/swi-prolog-packages/Makefile | 12 | ||||
-rw-r--r-- | lang/tcl-itcl/Makefile | 4 |
3 files changed, 12 insertions, 12 deletions
diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 7f47fe27398..a76f9c8c872 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/06/24 17:17:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.38 2005/09/28 14:31:07 rillig Exp $ DISTNAME= gcc-2.95.3 PKGNAME= gcc-ssp-2.95.3.13 @@ -115,10 +115,10 @@ post-build: .endif .if ${OPSYS} == "SunOS" -# -# remove empty file and directories that show up when one does: +# +# remove empty file and directories that show up when one does: # make install; make deinstall; make install -# +# post-install: -cd ${GCC_ARCHDIR}/include && ${RM} -f fixed && ${RMDIR} v7 v9 .else diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile index 596eee12ed7..495b0fc0e38 100644 --- a/lang/swi-prolog-packages/Makefile +++ b/lang/swi-prolog-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 14:31:07 rillig Exp $ .include "../swi-prolog-lite/Makefile.common" @@ -42,12 +42,12 @@ checkforx: ${ECHO} checkforx: Xvfb-PID: `${CAT} ${WRKDIR}/.Xvfb.pid` sleep 5 DISPLAY= :2 -. else - @${ECHO} "Error: Environment variable DISPLAY must be set" +. else + @${ECHO} "Error: Environment variable DISPLAY must be set" @${ECHO} " and point to a connectible X server." - @${FALSE} -. endif #Xvfb -.endif #DISPLAY + @${FALSE} +. endif #Xvfb +.endif #DISPLAY MAKE_ENV+= DISPLAY=${DISPLAY} diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index 67685a418ce..6e40238d328 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/05/25 18:23:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/28 14:31:07 rillig Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -12,7 +12,7 @@ COMMENT= [incr Tcl] object-oriented extension to Tcl/Tk PKG_INSTALLATION_TYPES= overwrite pkgviews -CONFLICTS+= tcl-itcl-current-[0-9]* +CONFLICTS+= tcl-itcl-current-[0-9]* GNU_CONFIGURE= yes USE_LIBTOOL= yes |