diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-07 05:38:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-07 05:38:59 +0800 |
commit | 02e089e18dcb3c53e59fcb13281278eb59d808fd (patch) | |
tree | eab6d5b103c1718440590700b722b977a10f51ce /mail | |
parent | 53713c3e84de7d2f95e39bbe2ce121246780e143 (diff) | |
download | freebsd-ports-gnome-02e089e18dcb3c53e59fcb13281278eb59d808fd.tar.gz freebsd-ports-gnome-02e089e18dcb3c53e59fcb13281278eb59d808fd.tar.zst freebsd-ports-gnome-02e089e18dcb3c53e59fcb13281278eb59d808fd.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-contextmenu/Makefile | 8 |
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} |