diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/cost/Makefile | 4 | ||||
-rw-r--r-- | textproc/mifluz/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-yaxi/Makefile | 2 | ||||
-rw-r--r-- | textproc/opensched/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SimpleObject/Makefile | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 2004dac4d335..bf42cd896e2a 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -18,9 +18,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/tcl82:patch WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-tcl=${PREFIX}/lib/tcl8.2 \ +CONFIGURE_ARGS+= --with-tcl=${PREFIX}/lib/tcl8.2 \ --with-docdir=${PREFIX}/share/doc/cost --with-charmaps -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" do-install: ${MKDIR} ${PREFIX}/lib/cost2.2 diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile index bb4c61e0ffc9..6960ccbf6c1f 100644 --- a/textproc/mifluz/Makefile +++ b/textproc/mifluz/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --without-unac -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes USE_BISON= yes USE_GCC= 2.95 diff --git a/textproc/ocaml-yaxi/Makefile b/textproc/ocaml-yaxi/Makefile index d6a3509b295c..4bde78cd100d 100644 --- a/textproc/ocaml-yaxi/Makefile +++ b/textproc/ocaml-yaxi/Makefile @@ -10,7 +10,7 @@ PORTNAME= yaxi PORTVERSION= 0.5.2 CATEGORIES= textproc MASTER_SITES= http://mattam.ath.cx/progs/yaxi/releases/ -PKGNAMEPREFIX= ocaml- +PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another X* Implementation for OCaml diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index bf6083256fe8..71e4dc8bf56f 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -6,8 +6,8 @@ # PORTNAME= opensched -PORTVERSION= 0.1.0 -PORTREVISION= 2 +PORTVERSION= 0.1.0 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.m-tech.ab.ca/download/sched/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/textproc/p5-XML-SimpleObject/Makefile b/textproc/p5-XML-SimpleObject/Makefile index 4017ab8c3ebe..d0b2c3e66f65 100644 --- a/textproc/p5-XML-SimpleObject/Makefile +++ b/textproc/p5-XML-SimpleObject/Makefile @@ -18,7 +18,7 @@ COMMENT= API for accessing the structure of an XML document BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} +WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} PERL_CONFIGURE= YES CONFIGURE_ARGS+= DIR='Enhanced' |