Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 21:38:59 +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: r405393 - head/mail/roundcube-contextmenu
Message-ID:  <201601062138.u06LcxEs013371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Jan  6 21:38:59 2016
New Revision: 405393
URL: https://svnweb.freebsd.org/changeset/ports/405393

Log:
  - Remove x-generate-plist target using deprecated @dirrm, our make makeplist
    generates proper plists now
  - Add NO_ARCH
  
  PR:		205968
  Submitted by:	myself
  Approved by:	maintainer

Modified:
  head/mail/roundcube-contextmenu/Makefile

Modified: head/mail/roundcube-contextmenu/Makefile
==============================================================================
--- head/mail/roundcube-contextmenu/Makefile	Wed Jan  6 21:34:33 2016	(r405392)
+++ head/mail/roundcube-contextmenu/Makefile	Wed Jan  6 21:38:59 2016	(r405393)
@@ -14,6 +14,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube>=1.1:${PORTSDIR}/mail/roundcube
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	JohnDoh
@@ -23,13 +24,6 @@ PLUGINDIR=	${WWWDIR:S,/${PORTNAME}$$,,}/
 RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
 PLIST_SUB=	RCDIR_REL="${RCDIR_REL}"
 
-# This target is only meant to be used by the port maintainer.
-x-generate-plist: build
-	make makeplist | \
-	${SED} \
-	    -e "s,^\(@dirrm\)try\( %%RCDIR_REL%%/plugins/contextmenu\),\1\2," \
-	    >${.CURDIR}/pkg-plist.tmp
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PLUGINDIR}
 	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}



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