svn commit: r339033 - head/editors/yudit

Antoine Brodin antoine at FreeBSD.org
Tue Jan 7 20:42:48 UTC 2014


Author: antoine
Date: Tue Jan  7 20:42:47 2014
New Revision: 339033
URL: http://svnweb.freebsd.org/changeset/ports/339033

Log:
  - Stage support
  - USES gmake

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

Modified: head/editors/yudit/Makefile
==============================================================================
--- head/editors/yudit/Makefile	Tue Jan  7 20:40:42 2014	(r339032)
+++ head/editors/yudit/Makefile	Tue Jan  7 20:42:47 2014	(r339033)
@@ -13,13 +13,10 @@ COMMENT=	Multi-lingual Unicode text edit
 CONFLICTS=	netatalk-[0-9]*
 
 USE_XORG=	x11
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LC_ALL=
 MAKE_ENV=	LC_ALL=
 MAKE_JOBS_UNSAFE=	yes
 
-MAN1=		mytool.1 uniconv.1 uniprint.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/editors/yudit/pkg-plist
==============================================================================
--- head/editors/yudit/pkg-plist	Tue Jan  7 20:40:42 2014	(r339032)
+++ head/editors/yudit/pkg-plist	Tue Jan  7 20:42:47 2014	(r339033)
@@ -2,6 +2,9 @@ bin/mytool
 bin/uniconv
 bin/uniprint
 bin/yudit
+man/man1/mytool.1.gz
+man/man1/uniconv.1.gz
+man/man1/uniprint.1.gz
 %%DATADIR%%/config/yudit.properties
 %%DATADIR%%/data/ASCII-IPA.my
 %%DATADIR%%/data/ArabTeX.my


More information about the svn-ports-all mailing list