Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 09:56:49 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350440 - in head/editors/led: . files
Message-ID:  <201404070956.s379ung3066455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Apr  7 09:56:49 2014
New Revision: 350440
URL: http://svnweb.freebsd.org/changeset/ports/350440
QAT: https://qat.redports.org/buildarchive/r350440/

Log:
  - Add staging support
  - Remove leading article from COMMENT
  - More precise LICENSE
  - Use file sub in pkg-message for DOCSDIR

Added:
  head/editors/led/files/pkg-message.in
     - copied unchanged from r350437, head/editors/led/pkg-message
Deleted:
  head/editors/led/pkg-message
Modified:
  head/editors/led/Makefile

Modified: head/editors/led/Makefile
==============================================================================
--- head/editors/led/Makefile	Mon Apr  7 09:35:04 2014	(r350439)
+++ head/editors/led/Makefile	Mon Apr  7 09:56:49 2014	(r350440)
@@ -7,13 +7,18 @@ CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tiny text editor, with a number of useful programming features
+COMMENT=	Tiny text editor, with a number of useful programming features
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USES=		perl5
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
+SUB_FILES=	pkg-message
+
+post-patch:
+	@${REINPLACE_CMD} -E 's,(bin|lib|data)dir),DESTDIR)$$(&,' \
+		${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>

Copied: head/editors/led/files/pkg-message.in (from r350437, head/editors/led/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/led/files/pkg-message.in	Mon Apr  7 09:56:49 2014	(r350440, copy of r350437, head/editors/led/pkg-message)
@@ -0,0 +1,7 @@
+**************************************************
+
+An example configuration file is located in
+%%DOCSDIR%%/sample.ledrc; to use it,
+copy it to ~/.ledrc and edit it to your liking.
+
+**************************************************



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