Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 22:29:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r380556 - in branches/2015Q1/editors/xed: . files
Message-ID:  <201503052229.t25MTC7C015551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar  5 22:29:11 2015
New Revision: 380556
URL: https://svnweb.freebsd.org/changeset/ports/380556
QAT: https://qat.redports.org/buildarchive/r380556/

Log:
  MFH: r380476
  
  - Simplify MASTER_SITES
  - Add LICENSE
  - Fix references to STAGEDIR
  
  Approved by:	ports-secteam (delphij)

Added:
  branches/2015Q1/editors/xed/files/
     - copied from r380476, head/editors/xed/files/
Modified:
  branches/2015Q1/editors/xed/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/editors/xed/Makefile
==============================================================================
--- branches/2015Q1/editors/xed/Makefile	Thu Mar  5 22:22:54 2015	(r380555)
+++ branches/2015Q1/editors/xed/Makefile	Thu Mar  5 22:29:11 2015	(r380556)
@@ -3,19 +3,24 @@
 
 PORTNAME=	xed
 PORTVERSION=	1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	editors
+MASTER_SITES=	XCONTRIB/editors
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Text editor for X
 
+LICENSE=	MIT
+
 USES=		imake tar:Z
 USE_XORG=	xaw
+MAKE_ARGS=	BINDIR=${PREFIX}/bin \
+		LIBDIR=${PREFIX}/lib/X11 \
+		MANPATH=${PREFIX}/man
 
 pre-build:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
 		's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g'
+
 .include <bsd.port.mk>



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