Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 21:11:44 +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: r339037 - head/editors/ssed
Message-ID:  <201401072111.s07LBiW3099155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan  7 21:11:44 2014
New Revision: 339037
URL: http://svnweb.freebsd.org/changeset/ports/339037

Log:
  Stage support

Modified:
  head/editors/ssed/Makefile
  head/editors/ssed/pkg-plist

Modified: head/editors/ssed/Makefile
==============================================================================
--- head/editors/ssed/Makefile	Tue Jan  7 21:06:11 2014	(r339036)
+++ head/editors/ssed/Makefile	Tue Jan  7 21:11:44 2014	(r339037)
@@ -14,9 +14,6 @@ COMMENT=	Super-sed - a heavily enhanced 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=s
 
-MAN1=		ssed.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/editors/ssed/pkg-plist
==============================================================================
--- head/editors/ssed/pkg-plist	Tue Jan  7 21:06:11 2014	(r339036)
+++ head/editors/ssed/pkg-plist	Tue Jan  7 21:11:44 2014	(r339037)
@@ -1,4 +1,5 @@
 bin/ssed
+man/man1/ssed.1.gz
 %%NLS%%share/locale/af/LC_MESSAGES/ssed.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/ssed.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/ssed.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401072111.s07LBiW3099155>