diff options
-rw-r--r-- | devel/astyle/Makefile | 2 | ||||
-rw-r--r-- | devel/cc65/Makefile | 6 | ||||
-rw-r--r-- | devel/cpp2html/Makefile | 6 | ||||
-rw-r--r-- | devel/crossgo32/Makefile | 2 | ||||
-rw-r--r-- | devel/gide/Makefile | 4 | ||||
-rw-r--r-- | devel/gtranslator/Makefile | 2 | ||||
-rw-r--r-- | devel/imake-4/Makefile | 4 | ||||
-rw-r--r-- | devel/imake/Makefile | 4 | ||||
-rw-r--r-- | devel/mime/Makefile | 2 | ||||
-rw-r--r-- | devel/ncurses-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/ncurses/Makefile | 2 | ||||
-rw-r--r-- | devel/prcs/Makefile | 4 | ||||
-rw-r--r-- | devel/py-mxProxy/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-property/Makefile | 2 | ||||
-rw-r--r-- | devel/tcllib/Makefile | 2 | ||||
-rw-r--r-- | devel/templ/Makefile | 6 | ||||
-rw-r--r-- | devel/titano/Makefile | 2 |
17 files changed, 27 insertions, 27 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index cfd8e1b50050..ebb61650b66e 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -7,7 +7,7 @@ PORTNAME= astyle PORTVERSION= 1.11.6 -CATEGORIES= devel textproc +CATEGORIES= devel textproc MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\ http://www.gelemna.org/ports/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 5b54371e938b..5174c9ce2ec0 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -22,12 +22,12 @@ USE_GMAKE= yes CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \ -DCC65_LIB=\\\"${PREFIX}/lib/cc65/lib\\\" -DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \ +DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \ doc/compile.txt doc/debugging.txt doc/internal.doc doc/intro.txt \ doc/ld65.txt doc/library.txt doc/newvers.txt doc/readme.txt BUGS \ CREDITS announce.txt -BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \ +BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \ cc65/cc65 cl65/cl65 CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \ @@ -39,7 +39,7 @@ CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \ CC65LIBFILES= apple2.lib apple2.o c128.lib c128.o c64.lib c64.o cbm610.lib \ cbm610.o pet.lib pet.o plus4.lib plus4.o -SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c +SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c do-build: cd ${WRKSRC}/cc65 && ${SETENV} ${MAKE_ENV} ${GMAKE} -ef make/gcc.mak diff --git a/devel/cpp2html/Makefile b/devel/cpp2html/Makefile index 742bc5e78d31..75e41f6cbd24 100644 --- a/devel/cpp2html/Makefile +++ b/devel/cpp2html/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= cpp2html -PORTVERSION= 1.2 -CATEGORIES= devel +PORTNAME= cpp2html +PORTVERSION= 1.2 +CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/crossgo32/Makefile b/devel/crossgo32/Makefile index 94f1b5d7ac1e..83d23da9ebe4 100644 --- a/devel/crossgo32/Makefile +++ b/devel/crossgo32/Makefile @@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${TARGET} USE_GMAKE= yes -TARGET= i386-go32 +TARGET= i386-go32 MAN1= i386-go32-ar.1 i386-go32-nm.1 i386-go32-objdump.1\ i386-go32-ranlib.1 i386-go32-size.1 i386-go32-strings.1\ diff --git a/devel/gide/Makefile b/devel/gide/Makefile index baa952b41160..db77f92b532e 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= gide -PORTVERSION= 0.3.0 +PORTNAME= gide +PORTVERSION= 0.3.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gIDE diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index 77b575c7a6bb..9ac2b894ba62 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtranslator -PORTVERSION= 0.30 +PORTVERSION= 0.30 CATEGORIES= devel gnome MASTER_SITES= http://gtranslator.sourceforge.net/${PORTVERSION}/tarbz2/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index c1c832bac09c..3b1f5a591bd4 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= imake -PORTVERSION= 4.0.1 +PORTNAME= imake +PORTVERSION= 4.0.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \ ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \ diff --git a/devel/imake/Makefile b/devel/imake/Makefile index 027aedbbf4ba..a8bc12a3f618 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= imake -PORTVERSION= 1.0 +PORTNAME= imake +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.6/source/ \ ftp://ftp.freesoftware.com/pub/XFree86/3.3.6/source/ \ diff --git a/devel/mime/Makefile b/devel/mime/Makefile index 571e8bb32563..fb85afd55bd7 100644 --- a/devel/mime/Makefile +++ b/devel/mime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mime -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile index f9fc89da98f3..529f54a06e8b 100644 --- a/devel/ncurses-devel/Makefile +++ b/devel/ncurses-devel/Makefile @@ -166,7 +166,7 @@ DOCS= ANNOUNCE INSTALL NEWS README TO-DO doc/html/announce.html \ doc/hackguide.doc doc/html/hackguide.html \ doc/html/index.html doc/ncurses-intro.doc \ doc/html/ncurses-intro.html -EXAMPLES= Makefile README blue.c bs.6 bs.c cardfile.c cardfile.dat \ +EXAMPLES= Makefile README blue.c bs.6 bs.c cardfile.c cardfile.dat \ ditto.c dots.c filter.c firework.c firstlast.c gdc.6 \ gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c \ newdemo.c railroad.c rain.c tclock.c test.priv.h \ diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index f9fc89da98f3..529f54a06e8b 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -166,7 +166,7 @@ DOCS= ANNOUNCE INSTALL NEWS README TO-DO doc/html/announce.html \ doc/hackguide.doc doc/html/hackguide.html \ doc/html/index.html doc/ncurses-intro.doc \ doc/html/ncurses-intro.html -EXAMPLES= Makefile README blue.c bs.6 bs.c cardfile.c cardfile.dat \ +EXAMPLES= Makefile README blue.c bs.6 bs.c cardfile.c cardfile.dat \ ditto.c dots.c filter.c firework.c firstlast.c gdc.6 \ gdc.c hanoi.c hashtest.c knight.c lrtest.c ncurses.c \ newdemo.c railroad.c rain.c tclock.c test.priv.h \ diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index b6ac9c7fc922..ddb7f7ac28a7 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= prcs -PORTVERSION= 1.2.8 +PORTNAME= prcs +PORTVERSION= 1.2.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/ diff --git a/devel/py-mxProxy/Makefile b/devel/py-mxProxy/Makefile index 99756c5f1efd..9d4de44ff4fe 100644 --- a/devel/py-mxProxy/Makefile +++ b/devel/py-mxProxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mxProxy -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.0 CATEGORIES= devel python MASTER_SITES= http://www.lemburg.com/files/python/ PKGNAMEPREFIX= py- diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile index 5f9e2d9505a1..e51ab424f625 100644 --- a/devel/ruby-property/Makefile +++ b/devel/ruby-property/Makefile @@ -6,7 +6,7 @@ # PORTNAME= property -PORTVERSION= 19990308 +PORTVERSION= 19990308 CATEGORIES= devel ruby MASTER_SITES= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 0a16af5e0d4b..02b3a6016150 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tcllib -PORTVERSION= 0.8 +PORTVERSION= 0.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcllib diff --git a/devel/templ/Makefile b/devel/templ/Makefile index a852d2c95ae9..ec1c026ef9db 100644 --- a/devel/templ/Makefile +++ b/devel/templ/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= templ +PORTNAME= templ PORTVERSION= 0.3 -CATEGORIES= devel +CATEGORIES= devel MASTER_SITES= ftp://ftp.holywar.net/pub/templ/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= hollywar@mail.holywar.net +MAINTAINER= hollywar@mail.holywar.net post-install: .if !defined(NOPORTDOCS) diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 798fa9105e85..d95159b4b2c6 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -6,7 +6,7 @@ # PORTNAME= titano -PORTVERSION= 0.0.5b +PORTVERSION= 0.0.5b PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |