svn commit: r365683 - head/textproc/sowing

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 22 18:06:49 UTC 2014


Author: amdmi3
Date: Fri Aug 22 18:06:48 2014
New Revision: 365683
URL: http://svnweb.freebsd.org/changeset/ports/365683
QAT: https://qat.redports.org/buildarchive/r365683/

Log:
  - Stagify
  - Update WWW
  
  PR:		192810
  Submitted by:	tkato432 at yahoo.com

Modified:
  head/textproc/sowing/Makefile
  head/textproc/sowing/pkg-descr
  head/textproc/sowing/pkg-plist

Modified: head/textproc/sowing/Makefile
==============================================================================
--- head/textproc/sowing/Makefile	Fri Aug 22 17:37:28 2014	(r365682)
+++ head/textproc/sowing/Makefile	Fri Aug 22 18:06:48 2014	(r365683)
@@ -13,15 +13,20 @@ COMMENT=	Text processing tools to genera
 BUILD_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
 RUN_DEPENDS=	ppmtogif:${PORTSDIR}/graphics/netpbm
 
-USES=		perl5 gmake
+USES=		gmake perl5
 USE_GHOSTSCRIPT=yes
 USE_TEX=	latex dvipsk
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
 CONFIGURE_ARGS=	--datadir=${DATADIR}
 ALL_TARGET=	all-redirect
 
-MAN1=		bfort.1 doctext.1 tohtml.1
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|\([[:blank:]]\)\($$(exec_prefix)\)|\1$$(DESTDIR)\2| ; \
+		 s|\([[:blank:]]\)\($$(bindir)\)|\1$$(DESTDIR)\2| ; \
+		 s|\([[:blank:]]\)\($$(datadir)\)|\1$$(DESTDIR)\2| ; \
+		 s|\([[:blank:]]\)\($$(man1dir)\)|\1$$(DESTDIR)\2|' \
+		${WRKSRC}/Makefile.in
 
 .if defined(MAINTAINER_MODE)
 regression-test: install
@@ -29,5 +34,4 @@ regression-test: install
 	${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing)
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/sowing/pkg-descr
==============================================================================
--- head/textproc/sowing/pkg-descr	Fri Aug 22 17:37:28 2014	(r365682)
+++ head/textproc/sowing/pkg-descr	Fri Aug 22 18:06:48 2014	(r365683)
@@ -1,4 +1,4 @@
 Text processing tools developed by Bill Gropp.
 It might be used to build the PETSc & MPICH documentation.
 
-WWW: http://www.mcs.anl.gov/petsc/petsc-2/developers/
+WWW: http://web.engr.illinois.edu/~wgropp/projects/software/sowing/

Modified: head/textproc/sowing/pkg-plist
==============================================================================
--- head/textproc/sowing/pkg-plist	Fri Aug 22 17:37:28 2014	(r365682)
+++ head/textproc/sowing/pkg-plist	Fri Aug 22 18:06:48 2014	(r365683)
@@ -6,6 +6,9 @@ bin/mapnames
 bin/pstogif
 bin/pstoxbm
 bin/tohtml
+man/man1/bfort.1.gz
+man/man1/doctext.1.gz
+man/man1/tohtml.1.gz
 %%DATADIR%%/basedefs.txt
 %%DATADIR%%/blueball.gif
 %%DATADIR%%/doctext/html.def


More information about the svn-ports-all mailing list