View | Details | Raw Unified | Return to bug 205968
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 14-19 Link Here
14
RUN_DEPENDS=	roundcube>=1.1:${PORTSDIR}/mail/roundcube
14
RUN_DEPENDS=	roundcube>=1.1:${PORTSDIR}/mail/roundcube
15
15
16
NO_BUILD=	yes
16
NO_BUILD=	yes
17
NO_ARCH=	yes
17
18
18
USE_GITHUB=	yes
19
USE_GITHUB=	yes
19
GH_ACCOUNT=	JohnDoh
20
GH_ACCOUNT=	JohnDoh
Lines 23-35 Link Here
23
RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
24
RCDIR_REL=	${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
24
PLIST_SUB=	RCDIR_REL="${RCDIR_REL}"
25
PLIST_SUB=	RCDIR_REL="${RCDIR_REL}"
25
26
26
# This target is only meant to be used by the port maintainer.
27
x-generate-plist: build
28
	make makeplist | \
29
	${SED} \
30
	    -e "s,^\(@dirrm\)try\( %%RCDIR_REL%%/plugins/contextmenu\),\1\2," \
31
	    >${.CURDIR}/pkg-plist.tmp
32
33
do-install:
27
do-install:
34
	${MKDIR} ${STAGEDIR}${PLUGINDIR}
28
	${MKDIR} ${STAGEDIR}${PLUGINDIR}
35
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
29
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}

Return to bug 205968