[Midnightbsd-cvs] mports [17857] trunk/editors/joe: fix man page install for joe
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 12 07:40:15 EST 2014
Revision: 17857
http://svnweb.midnightbsd.org/mports/?rev=17857
Author: laffer1
Date: 2014-11-12 07:40:14 -0500 (Wed, 12 Nov 2014)
Log Message:
-----------
fix man page install for joe
Modified Paths:
--------------
trunk/editors/joe/Makefile
trunk/editors/joe/pkg-plist
Modified: trunk/editors/joe/Makefile
===================================================================
--- trunk/editors/joe/Makefile 2014-11-12 12:37:50 UTC (rev 17856)
+++ trunk/editors/joe/Makefile 2014-11-12 12:40:14 UTC (rev 17857)
@@ -2,12 +2,13 @@
PORTNAME= joe
PORTVERSION= 3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= Joe's Own Editor
+
LICENSE= gpl
BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
@@ -15,8 +16,7 @@
CONFLICTS= jupp-[0-9]*
-USE_GMAKE= yes
-USE_ICONV= yes
+USES= gmake iconv
USE_NCURSES= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -23,10 +23,7 @@
LIBS="-L${LOCALBASE}/lib -liconv"
ALL_TARGET= ${PORTNAME}
-MAN1= ${PORTNAME}.1
-MANLANG= "" ru
-
.include <bsd.port.pre.mk>
.ifdef NOPORTDOCS
Modified: trunk/editors/joe/pkg-plist
===================================================================
--- trunk/editors/joe/pkg-plist 2014-11-12 12:37:50 UTC (rev 17856)
+++ trunk/editors/joe/pkg-plist 2014-11-12 12:40:14 UTC (rev 17857)
@@ -71,6 +71,8 @@
%%DATADIR%%/syntax/jsf.jsf
%%DATADIR%%/syntax/jsf_check.jsf
%%DATADIR%%/charmaps/klingon
+man/man1/joe.1.gz
+man/ru/man1/joe.1.gz
@dirrm etc/joe
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/lang
More information about the Midnightbsd-cvs
mailing list