svn commit: r328656 - head/editors/jupp
Grzegorz Blach
gblach at FreeBSD.org
Sun Sep 29 09:29:00 UTC 2013
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
More information about the svn-ports-all
mailing list