diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /devel | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst freebsd-ports-gnome-95c603f42399578ac1a383b7bb51abd2e8895db4.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils-m68k/Makefile | 2 | ||||
-rw-r--r-- | devel/doc++/Makefile | 4 | ||||
-rw-r--r-- | devel/elib-emacs/Makefile | 2 | ||||
-rw-r--r-- | devel/elib/Makefile | 2 | ||||
-rw-r--r-- | devel/gcc-m68k/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 2 | ||||
-rw-r--r-- | devel/kpp/Makefile | 2 | ||||
-rw-r--r-- | devel/libU77/Makefile | 2 | ||||
-rw-r--r-- | devel/libdlmalloc/Makefile | 2 | ||||
-rw-r--r-- | devel/libgnugetopt/Makefile | 2 | ||||
-rw-r--r-- | devel/nana/Makefile | 2 | ||||
-rw-r--r-- | devel/robodoc/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-slang/Makefile | 2 | ||||
-rw-r--r-- | devel/xxgdb/Makefile | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/devel/binutils-m68k/Makefile b/devel/binutils-m68k/Makefile index 7c6a9e0c4273..a4c680ae7480 100644 --- a/devel/binutils-m68k/Makefile +++ b/devel/binutils-m68k/Makefile @@ -8,7 +8,7 @@ PORTNAME= binutils PORTVERSION= 2.9.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= binutils PKGNAMEPREFIX= m68k diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 6ca137495357..d7c69195def4 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -39,7 +39,7 @@ ADDITIONAL_DOCS= ClassGraph.class \ Intermediate.html \ Introduction.html \ ManualEntries.html \ - ManualEntryFields.html \ + ManualEntryFields.html \ NavigatorButton.class \ Quickstart.html \ ReferenceManual.html \ @@ -59,7 +59,7 @@ post-install: .if !defined(NOPORTSDOCS) ${MKDIR} ${PREFIX}/share/doc/doc++ for i in $(ADDITIONAL_DOCS); do \ - ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\ + ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\ done .endif diff --git a/devel/elib-emacs/Makefile b/devel/elib-emacs/Makefile index 9dc5c8bb1dce..3ea9f582c1c5 100644 --- a/devel/elib-emacs/Makefile +++ b/devel/elib-emacs/Makefile @@ -24,7 +24,7 @@ PORTCLASS?= master # emacs port setup .if (${PORTCLASS} == "master") -EMACS_PORT_NAME= emacs +EMACS_PORT_NAME= emacs .endif # target name for make build diff --git a/devel/elib/Makefile b/devel/elib/Makefile index 9dc5c8bb1dce..3ea9f582c1c5 100644 --- a/devel/elib/Makefile +++ b/devel/elib/Makefile @@ -24,7 +24,7 @@ PORTCLASS?= master # emacs port setup .if (${PORTCLASS} == "master") -EMACS_PORT_NAME= emacs +EMACS_PORT_NAME= emacs .endif # target name for make build diff --git a/devel/gcc-m68k/Makefile b/devel/gcc-m68k/Makefile index da760e9dfd08..43b612a8e406 100644 --- a/devel/gcc-m68k/Makefile +++ b/devel/gcc-m68k/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 2.8.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcc PKGNAMEPREFIX= m68k diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index 2686bea8f06f..b537a12979bb 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -9,7 +9,7 @@ PORTNAME= chill PORTVERSION= 2.95.2 PORTREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ +MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${CHILLNAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${CHILLNAME}-rtems-20001030.diff.gz \ diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index d9293685f850..c8a87fab4ce1 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -9,7 +9,7 @@ PORTNAME= g77 PORTVERSION= 2.95.2 PORTREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ +MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${F77NAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${F77NAME}-rtems-20001030.diff.gz \ diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index ee9a33a0be1a..6948c9ae7b5e 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -9,7 +9,7 @@ PORTNAME= gcc PORTVERSION= 2.95.2 PORTREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ +MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${GCCNAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${GCCNAME}-rtems-20001030.diff.gz \ diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index fe30653be564..95a3ed2c0143 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -9,7 +9,7 @@ PORTNAME= gcj PORTVERSION= 2.95.2 PORTREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ +MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${JAVANAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${JAVANAME}-rtems-20001030.diff.gz \ diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 28b0cf6c54ab..f12aa0e25758 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -9,7 +9,7 @@ PORTNAME= objc PORTVERSION= 2.95.2 PORTREVISION= 11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ +MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \ http://rtems.thehousleys.net/ DISTFILES= ${OBJCNAME}.tar.gz ${NEWLIBNAME}.tar.gz PATCHFILES= ${OBJCNAME}-rtems-20001030.diff.gz \ diff --git a/devel/kpp/Makefile b/devel/kpp/Makefile index 7e32e539b0ce..9434a58765d4 100644 --- a/devel/kpp/Makefile +++ b/devel/kpp/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 GNU_CONFIGURE= yes USE_QT= yes CONFIGURE_ARGS+=--datadir=${PREFIX} -CONFIGURE_ENV= KDEDIR="${PREFIX}" +CONFIGURE_ENV= KDEDIR="${PREFIX}" .include <bsd.port.mk> diff --git a/devel/libU77/Makefile b/devel/libU77/Makefile index 7d945ed1b47b..a1d83b28f524 100644 --- a/devel/libU77/Makefile +++ b/devel/libU77/Makefile @@ -17,7 +17,7 @@ INSTALLS_SHLIB= yes pre-build: ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile -MAN3= access.3f alarm.3f chdir.3f chmod.3f ctime.3f drand.3f dsecnd.3f \ +MAN3= access.3f alarm.3f chdir.3f chmod.3f ctime.3f drand.3f dsecnd.3f \ dtime.3f etime.3f exit.3f falloc.3f fdate.3f fork.3f free.3f \ fstat.3f gerror.3f getarg.3f getcwd.3f getenv.3f getgid.3f \ getlog.3f getpid.3f getuid.3f gmtime.3f hostnm.3f iargc.3f idate.3f \ diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index d74cafa59855..ebea7dcf351a 100644 --- a/devel/libdlmalloc/Makefile +++ b/devel/libdlmalloc/Makefile @@ -14,7 +14,7 @@ DISTFILES= malloc-2.6.5.c MAINTAINER= roberto@FreeBSD.org -NO_WRKSUBDIR= yes +NO_WRKSUBDIR= yes INSTALLS_SHLIB= yes do-extract: diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index f7e5f9660bd2..4a86207c738c 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -9,7 +9,7 @@ PORTNAME= libgnugetopt PORTVERSION= 1.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org diff --git a/devel/nana/Makefile b/devel/nana/Makefile index 6a5383aca56c..b7f78e493482 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -16,6 +16,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAN1= nana.1 nana-clg.1 -MAN3= nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3 +MAN3= nana.3 I.3 DI.3 L.3 DL.3 Q.3 Qstl.3 .include <bsd.port.mk> diff --git a/devel/robodoc/Makefile b/devel/robodoc/Makefile index b00c2b3e3219..6f5176ff6abb 100644 --- a/devel/robodoc/Makefile +++ b/devel/robodoc/Makefile @@ -8,7 +8,7 @@ PORTNAME= robodoc PORTVERSION= 3.2.2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index e61827a50f3c..d470919a9866 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -8,7 +8,7 @@ PORTNAME= slang PORTVERSION= 0.51 CATEGORIES+= devel ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.kondara.org/~g/ MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}lib diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index d09894611343..c7cd96229a53 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -8,7 +8,7 @@ PORTNAME= xxgdb PORTVERSION= 1.12 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org |