aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/boaconstructor/Makefile2
-rw-r--r--devel/codecrusader/Makefile4
-rw-r--r--devel/codemedic/Makefile4
-rw-r--r--devel/diffconvert/Makefile12
-rw-r--r--devel/dmalloc/Makefile2
-rw-r--r--devel/entity/Makefile2
-rw-r--r--devel/flick/Makefile2
-rw-r--r--devel/ftnchek/Makefile2
-rw-r--r--devel/glade--/Makefile4
-rw-r--r--devel/glade/Makefile2
-rw-r--r--devel/glade2/Makefile2
-rw-r--r--devel/gmake/Makefile4
-rw-r--r--devel/gmake381/Makefile4
-rw-r--r--devel/gnustep-make/Makefile2
-rw-r--r--devel/gnustep/Makefile2
-rw-r--r--devel/idle/Makefile2
-rw-r--r--devel/idlefork/Makefile2
-rw-r--r--devel/kdevelop/Makefile2
-rw-r--r--devel/linuxthreads/Makefile2
-rw-r--r--devel/mips-rtems-binutils/Makefile6
-rw-r--r--devel/sdcc/Makefile4
-rw-r--r--devel/tclcl/Makefile2
-rw-r--r--devel/tmake/Makefile2
-rw-r--r--devel/zziplib/Makefile15
24 files changed, 43 insertions, 44 deletions
diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile
index 73f46b1ac3a8..8c551d5ef86a 100644
--- a/devel/boaconstructor/Makefile
+++ b/devel/boaconstructor/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= boaconstructor
+PORTNAME= boaconstructor
PORTVERSION= 0.0.4
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/devel/codecrusader/Makefile b/devel/codecrusader/Makefile
index 592e52d7db52..9932e81d8318 100644
--- a/devel/codecrusader/Makefile
+++ b/devel/codecrusader/Makefile
@@ -50,8 +50,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
PROGRAMFILES= code_crusader/jcc
PROGRAMFILES_SCRIPT= code_crusader/dirdiff
# documents
-DOCFILES= FAQ LICENSE README.binary
-DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
+DOCFILES= FAQ LICENSE README.binary
+DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
# additional configuration and header files
EXTRALIB_PREFIX= ${X11BASE}/lib/jx
EXTRALIBFILES_MAKE_WRKSRC= include/make
diff --git a/devel/codemedic/Makefile b/devel/codemedic/Makefile
index 8bae597f6189..3a064f37a833 100644
--- a/devel/codemedic/Makefile
+++ b/devel/codemedic/Makefile
@@ -45,8 +45,8 @@ INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
# program files
PROGRAMFILES= code_medic/medic
# documents
-DOCFILES= LICENSE README.binary
-DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
+DOCFILES= LICENSE README.binary
+DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
# additional configuration and header files
EXTRALIB_PREFIX= ${X11BASE}/lib/jx
EXTRALIBFILES_MAKE_WRKSRC= include/make
diff --git a/devel/diffconvert/Makefile b/devel/diffconvert/Makefile
index ad33cd5015e6..46879fe05384 100644
--- a/devel/diffconvert/Makefile
+++ b/devel/diffconvert/Makefile
@@ -5,14 +5,14 @@
# $FreeBSD$
#
-PORTNAME= diffconvert
-PORTVERSION= 1.2
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
+PORTNAME= diffconvert
+PORTVERSION= 1.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@ukug.uk.freebsd.org
-PROGRAMS= cd2ud cdiffreverse ud2cd udiffreverse
+PROGRAMS= cd2ud cdiffreverse ud2cd udiffreverse
do-build:
.for P in ${PROGRAMS}
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index 4ef96d85f187..c6df7b21d776 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -6,7 +6,7 @@
PORTNAME= dmalloc
PORTVERSION= 4.8.1
-CATEGORIES= devel
+CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dmalloc
EXTRACT_SUFX= .tgz
diff --git a/devel/entity/Makefile b/devel/entity/Makefile
index ce4536c65c6a..e8fff5c2b528 100644
--- a/devel/entity/Makefile
+++ b/devel/entity/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= jesse@cylant.com
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
-PREFIX= ${LOCALBASE}
+PREFIX= ${LOCALBASE}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tcl=no \
diff --git a/devel/flick/Makefile b/devel/flick/Makefile
index 0e4348f09277..5c530636c218 100644
--- a/devel/flick/Makefile
+++ b/devel/flick/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/
DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tar.gz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile
index 4556b96b4aba..86ebfc0b5a2d 100644
--- a/devel/ftnchek/Makefile
+++ b/devel/ftnchek/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= devel
MASTER_SITES= ftp://ftp.netlib.org/fortran/
DISTFILES= ${PORTNAME}.tgz
-MAINTAINER= kargl@apl.washington.edu
+MAINTAINER= kargl@apl.washington.edu
MAN1= dcl2inc.1 ftnchek.1
diff --git a/devel/glade--/Makefile b/devel/glade--/Makefile
index cdc0a7e9708d..cfa826a29e95 100644
--- a/devel/glade--/Makefile
+++ b/devel/glade--/Makefile
@@ -8,10 +8,10 @@
PORTNAME= glademm
PORTVERSION= 0.5.10
CATEGORIES= devel gnome
-MASTER_SITES= http://home.wtal.de/petig/Gtk/
+MASTER_SITES= http://home.wtal.de/petig/Gtk/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/5./5_/}
-MAINTAINER= fujie@tk.elec.waseda.ac.jp
+MAINTAINER= fujie@tk.elec.waseda.ac.jp
RUN_DEPENDS= glade:${PORTSDIR}/devel/glade
LIB_DEPENDS= gtkmm.1:${PORTSDIR}/x11-toolkits/gtk--
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 17b716863f00..46e718fd981b 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/glade
-MAINTAINER= ade@FreeBSD.org
+MAINTAINER= ade@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOME= yes
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
index 17b716863f00..46e718fd981b 100644
--- a/devel/glade2/Makefile
+++ b/devel/glade2/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/glade
-MAINTAINER= ade@FreeBSD.org
+MAINTAINER= ade@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOME= yes
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index da9df17c8390..6cf3ff20148b 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -8,9 +8,9 @@
PORTNAME= gmake
PORTVERSION= 3.79.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
-DISTNAME= make-${PORTVERSION}
+DISTNAME= make-${PORTVERSION}
MAINTAINER= jseger@FreeBSD.org
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile
index da9df17c8390..6cf3ff20148b 100644
--- a/devel/gmake381/Makefile
+++ b/devel/gmake381/Makefile
@@ -8,9 +8,9 @@
PORTNAME= gmake
PORTVERSION= 3.79.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
-DISTNAME= make-${PORTVERSION}
+DISTNAME= make-${PORTVERSION}
MAINTAINER= jseger@FreeBSD.org
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 92eeba7b9935..3090eef83422 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.6.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/
-DISTNAME= gstep-core-${PORTVERSION}
+DISTNAME= gstep-core-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index 92eeba7b9935..3090eef83422 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.6.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/
-DISTNAME= gstep-core-${PORTVERSION}
+DISTNAME= gstep-core-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
diff --git a/devel/idle/Makefile b/devel/idle/Makefile
index 713cf46ad722..f17fd9c2682e 100644
--- a/devel/idle/Makefile
+++ b/devel/idle/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= idle
+PORTNAME= idle
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= http://www.python.org/idle/
diff --git a/devel/idlefork/Makefile b/devel/idlefork/Makefile
index 713cf46ad722..f17fd9c2682e 100644
--- a/devel/idlefork/Makefile
+++ b/devel/idlefork/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= idle
+PORTNAME= idle
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= http://www.python.org/idle/
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile
index f1b34710dd5c..3969de82522b 100644
--- a/devel/kdevelop/Makefile
+++ b/devel/kdevelop/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS= --with-qtdoc-dir=${X11BASE}/share/doc/qt/html \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib
MAKE_ENV= CXX="${CXX}" SOMAJOR="${SOMAJOR}"
-SOMAJOR= 1
+SOMAJOR= 1
PLIST_SUB+= LIBVER="${SOMAJOR}"
diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile
index b45044c658bd..42dc6c93cdc9 100644
--- a/devel/linuxthreads/Makefile
+++ b/devel/linuxthreads/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glibc
DISTNAME= glibc-linuxthreads-${PORTVERSION}
-MAINTAINER= jasone@freebsd.org
+MAINTAINER= jasone@freebsd.org
.include <bsd.port.pre.mk>
diff --git a/devel/mips-rtems-binutils/Makefile b/devel/mips-rtems-binutils/Makefile
index 767750de25fc..ed5fc5bd971c 100644
--- a/devel/mips-rtems-binutils/Makefile
+++ b/devel/mips-rtems-binutils/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
#
-PORTNAME= binutils
+PORTNAME= binutils
-MAINTAINER= jeh@FreeBSD.org
+MAINTAINER= jeh@FreeBSD.org
-LCLTARGET= mips-rtems
+LCLTARGET= mips-rtems
.include "${.CURDIR}/../i386-rtems-binutils/Makefile"
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile
index 79a442f28323..647d972f2717 100644
--- a/devel/sdcc/Makefile
+++ b/devel/sdcc/Makefile
@@ -13,10 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}Ea
MAINTAINER= ambrisko@whistle.com
-WRKSRC= ${WRKDIR}/sdcc219Ea
+WRKSRC= ${WRKDIR}/sdcc219Ea
GNU_CONFIGURE= yes
USE_BISON= yes
-USE_GMAKE= yes
+USE_GMAKE= yes
ALL_TARGET= dep all
.include <bsd.port.mk>
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile
index 936b16be4275..3d1b3652acb3 100644
--- a/devel/tclcl/Makefile
+++ b/devel/tclcl/Makefile
@@ -13,7 +13,7 @@ DISTFILES= tclcl-src-${PORTVERSION}.tar.gz
MAINTAINER= obonilla@fisicc-ufm.edu
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
+LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
otcl.1:${PORTSDIR}/lang/otcl
GNU_CONFIGURE= yes
diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile
index ed861ef79362..d59e7d04f686 100644
--- a/devel/tmake/Makefile
+++ b/devel/tmake/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= jesse@cs.uni-magdeburg.de
USE_PERL5= yes
USE_QT2= yes
-NO_BUILD= yes
+NO_BUILD= yes
TMAKE_BIN= progen tmake
do-install:
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile
index 2ee732b037ed..2ef6fc7c95a3 100644
--- a/devel/zziplib/Makefile
+++ b/devel/zziplib/Makefile
@@ -5,16 +5,15 @@
# $FreeBSD$
#
-PORTNAME= zziplib
-PORTVERSION= 0.10.11
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= zziplib
+PORTVERSION= 0.10.11
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@ukug.uk.freebsd.org
-USE_LIBTOOL= yes
-
-INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>