svn commit: r464601 - head/www/otrs

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 15 16:22:47 UTC 2018


Author: yuri
Date: Thu Mar 15 16:22:46 2018
New Revision: 464601
URL: https://svnweb.freebsd.org/changeset/ports/464601

Log:
  www/otrs: Remove obsolete target
  
  Also add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/www/otrs/Makefile

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Thu Mar 15 16:21:09 2018	(r464600)
+++ head/www/otrs/Makefile	Thu Mar 15 16:22:46 2018	(r464601)
@@ -13,6 +13,7 @@ MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	Open Ticket Request System
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
 		p5-DBI>=0:databases/p5-DBI \
@@ -180,11 +181,5 @@ do-install:
 #	--web-group=${WWWOWN} \
 #	--otrs-user=${PORTNAME} \
 #	--admin-group=wheel  ${STAGEDIR}${OTRSDIR}
-
-x-generate-plist:
-	(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
-	| ${SED} -E '\
-		s=share/doc/${PORTNAME}=%%DOCSDIR%%=; \
-	')> temp-pkg-plist
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list