Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 09:28:59 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328656 - head/editors/jupp
Message-ID:  <201309290928.r8T9SxQZ057774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Sep 29 09:28:59 2013
New Revision: 328656
URL: http://svnweb.freebsd.org/changeset/ports/328656

Log:
  - Support staging
  
  Approved by:	crees (mentor)

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

Modified: head/editors/jupp/Makefile
==============================================================================
--- head/editors/jupp/Makefile	Sun Sep 29 09:19:23 2013	(r328655)
+++ head/editors/jupp/Makefile	Sun Sep 29 09:28:59 2013	(r328656)
@@ -20,10 +20,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-termidx
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAN1=		joe.1
-MLINKS=		joe.1 jmacs.1 - jpico.1 - jstar.1 - jupp.1 - rjoe.1
-
-NO_STAGE=	yes
 pre-configure:
 	@${CHMOD} +x ${WRKSRC}/configure
 

Modified: head/editors/jupp/pkg-plist
==============================================================================
--- head/editors/jupp/pkg-plist	Sun Sep 29 09:19:23 2013	(r328655)
+++ head/editors/jupp/pkg-plist	Sun Sep 29 09:28:59 2013	(r328656)
@@ -31,6 +31,12 @@ etc/joe/syntax/mason.jsf
 etc/joe/syntax/diff.jsf
 etc/joe/syntax/asm.jsf
 etc/joe/charmaps/klingon
+man/man1/joe.1.gz
+man/man1/jmacs.1.gz
+man/man1/jpico.1.gz
+man/man1/jstar.1.gz
+man/man1/jupp.1.gz
+man/man1/rjoe.1.gz
 @dirrm etc/joe/syntax
 @dirrm etc/joe/charmaps
 @dirrm etc/joe



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