svn commit: r339037 - head/editors/ssed

Antoine Brodin antoine at FreeBSD.org
Tue Jan 7 21:11:45 UTC 2014


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


More information about the svn-ports-all mailing list