svn commit: r338937 - head/textproc/sgrep

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 21:22:41 UTC 2014


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 at 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


More information about the svn-ports-all mailing list