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

(-)veditor/Makefile (-4 / +7 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	veditor
8
PORTNAME=	veditor
9
PORTVERSION=	0.7.1
9
PORTVERSION=	0.7.1
10
PORTREVISION=	1
10
CATEGORIES=	java cad
11
CATEGORIES=	java cad
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20runtime/VEditor%20${PORTVERSION}
12
DISTNAME=	net.sourceforge.${PORTNAME}_${PORTVERSION}
13
DISTNAME=	net.sourceforge.${PORTNAME}_${PORTVERSION}
Lines 31-46 Link Here
31
RUN_DEPENDS+=	freehdl-v2cc:${PORTSDIR}/cad/freehdl
32
RUN_DEPENDS+=	freehdl-v2cc:${PORTSDIR}/cad/freehdl
32
.endif
33
.endif
33
34
34
PLIST_SUB=	VER=${PORTVERSION}
35
PLIST_SUB=	VER=${PORTVERSION} \
36
		ECLIPSE=${ECLIPSE}
35
37
36
NO_BUILD=	yes
38
NO_BUILD=	yes
37
NO_WRKSUBDIR=	yes
39
NO_WRKSUBDIR=	yes
38
40
39
ECLIPSE=	${PREFIX}/eclipse
41
ECLIPSE=	lib/eclipse
40
PLUGINS=	plugins
42
PLUGINS=	plugins
41
43
42
do-install:
44
do-install:
43
	@${MKDIR} ${ECLIPSE}/${PLUGINS}
45
	@${MKDIR} ${PREFIX}/${ECLIPSE}/${PLUGINS}
44
	@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${ECLIPSE}/${PLUGINS}/
46
	@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \
47
		${PREFIX}/${ECLIPSE}/${PLUGINS}/
45
48
46
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)veditor/pkg-plist (-3 / +3 lines)
Lines 1-3 Link Here
1
eclipse/plugins/net.sourceforge.veditor_%%VER%%.jar
1
%%ECLIPSE%%/plugins/net.sourceforge.veditor_%%VER%%.jar
2
@dirrmtry eclipse/plugins
2
@dirrmtry %%ECLIPSE%%/plugins
3
@dirrmtry eclipse
3
@dirrmtry %%ECLIPSE%%

Return to bug 148622