svn commit: r380241 - head/sysutils/rtty

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 2 00:39:31 UTC 2015


Author: amdmi3
Date: Mon Mar  2 00:39:30 2015
New Revision: 380241
URL: https://svnweb.freebsd.org/changeset/ports/380241
QAT: https://qat.redports.org/buildarchive/r380241/

Log:
  - Add LICENSE
  - Fix installation from non-root

Modified:
  head/sysutils/rtty/Makefile

Modified: head/sysutils/rtty/Makefile
==============================================================================
--- head/sysutils/rtty/Makefile	Mon Mar  2 00:39:20 2015	(r380240)
+++ head/sysutils/rtty/Makefile	Mon Mar  2 00:39:30 2015	(r380241)
@@ -11,9 +11,14 @@ EXTRACT_SUFX=	.shar.gz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multiuser "tip"/"cu" replacement with logging
 
+LICENSE=	MIT
+
 EXTRACT_CMD=	${GZCAT}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	|sh
 NO_WRKSUBDIR=	yes
 
+post-install:
+	${CHMOD} u+r ${STAGEDIR}${PREFIX}/rtty/bin/*
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list