summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-06 21:38:59 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-06 21:38:59 +0000
commit0668e579665e65bc29dcdc103e7cb5daa1590ad0 (patch)
treeeab6d5b103c1718440590700b722b977a10f51ce
parent- Update to version 1.1.3, development moved to GitHub (diff)
- 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
Notes
Notes: svn path=/head/; revision=405393
-rw-r--r--mail/roundcube-contextmenu/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index fa9a1f46c286..b478cb422104 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -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}$$,,}/roundcube/plugins/${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}