svn commit: r380556 - in branches/2015Q1/editors/xed: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 5 22:29:12 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list