Date: Mon, 6 Jan 2014 21:22:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338937 - head/textproc/sgrep Message-ID: <201401062122.s06LMexo049871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 6 21:22:40 2014 New Revision: 338937 URL: http://svnweb.freebsd.org/changeset/ports/338937 Log: Stage support Modified: head/textproc/sgrep/Makefile head/textproc/sgrep/pkg-plist Modified: head/textproc/sgrep/Makefile ============================================================================== --- head/textproc/sgrep/Makefile Mon Jan 6 21:19:35 2014 (r338936) +++ head/textproc/sgrep/Makefile Mon Jan 6 21:22:40 2014 (r338937) @@ -10,17 +10,14 @@ MASTER_SITES= ftp://ftp.cs.helsinki.fi/p MASTER_SITE_SUBDIR= jkoshy MAINTAINER= ports@FreeBSD.org -COMMENT= A `grep' for structured text like SGML and HTML +COMMENT= Grep for structured text like SGML and HTML CONFLICTS= sgrep2-1.* -MAN1= sgrep.1 - # Override the install target in the supplied makefile -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${PREFIX}/share/sgreprc + ${INSTALL_PROGRAM} ${WRKSRC}/sgrep ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sgrep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/sample.sgreprc ${STAGEDIR}${PREFIX}/share/sgreprc .include <bsd.port.mk> Modified: head/textproc/sgrep/pkg-plist ============================================================================== --- head/textproc/sgrep/pkg-plist Mon Jan 6 21:19:35 2014 (r338936) +++ head/textproc/sgrep/pkg-plist Mon Jan 6 21:22:40 2014 (r338937) @@ -1,2 +1,3 @@ bin/sgrep +man/man1/sgrep.1.gz share/sgreprc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401062122.s06LMexo049871>