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

(-)x11/deforaos-desktop/Makefile (-7 / +1 lines)
Lines 5-13 Link Here
5
PORTVERSION=	0.1
5
PORTVERSION=	0.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	x11
7
CATEGORIES=	x11
8
MASTER_SITES=	# none
9
DISTFILES=	# none
10
EXTRACT_ONLY=	# none
11
PKGNAMEPREFIX=	deforaos-
8
PKGNAMEPREFIX=	deforaos-
12
9
13
MAINTAINER=	olivier@cochard.me
10
MAINTAINER=	olivier@cochard.me
Lines 26-36 Link Here
26
		${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \
23
		${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \
27
		${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone
24
		${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone
28
25
29
NO_BUILD=	yes
26
USES=		metaport
30
NO_MTREE=	yes
31
27
32
do-install:
33
34
pre-everything::
28
pre-everything::
35
	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
29
	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
36
	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
30
	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"

Return to bug 201499