Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 02:50:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360531 - head/misc/xyzcmd
Message-ID:  <201407040250.s642o4PZ050993@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul  4 02:50:03 2014
New Revision: 360531
URL: http://svnweb.freebsd.org/changeset/ports/360531
QAT: https://qat.redports.org/buildarchive/r360531/

Log:
  - Update LICENSE
  - Simplify Makefile
  
  Approved by:	portmgr (blanket)

Modified:
  head/misc/xyzcmd/Makefile

Modified: head/misc/xyzcmd/Makefile
==============================================================================
--- head/misc/xyzcmd/Makefile	Fri Jul  4 02:49:59 2014	(r360530)
+++ head/misc/xyzcmd/Makefile	Fri Jul  4 02:50:03 2014	(r360531)
@@ -9,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Pure console visual file manager
 
-LICENSE=	LGPL
+LICENSE=	LGPL3
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid
@@ -21,14 +21,10 @@ USES=		tar:bzip2
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} api ${STAGEDIR}${DOCSDIR} && \
 		${COPYTREE_SHARE} user-manual ${STAGEDIR}${DOCSDIR} && \
 		${INSTALL_DATA} ../ChangeLog overview.pdf ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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