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

(-)Makefile (-5 / +3 lines)
Lines 19-25 Link Here
19
19
20
LIB_DEPENDS=	GeoIP.5:${PORTSDIR}/net/GeoIP \
20
LIB_DEPENDS=	GeoIP.5:${PORTSDIR}/net/GeoIP \
21
		pcre.0:${PORTSDIR}/devel/pcre
21
		pcre.0:${PORTSDIR}/devel/pcre
22
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2
22
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
23
23
24
WRKSRC=		${WRKDIR}/verlihub-0.9.8c
24
WRKSRC=		${WRKDIR}/verlihub-0.9.8c
25
25
Lines 27-34 Link Here
27
USE_PERL5=	yes
27
USE_PERL5=	yes
28
USE_GMAKE=	yes
28
USE_GMAKE=	yes
29
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
30
INSTALLS_SHLIB=	yes
30
USE_LDCONFIG=	yes
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
32
SUB_FILES+=	pkg-message
32
33
33
PKGMESSAGE=	${WRKDIR}/pkg-message
34
PKGMESSAGE=	${WRKDIR}/pkg-message
34
PORTDOCS=	configuring.txt help.sql using.txt features.html help.html params.php verlihub.html
35
PORTDOCS=	configuring.txt help.sql using.txt features.html help.html params.php verlihub.html
Lines 39-47 Link Here
39
USE_GCC=	3.4+
40
USE_GCC=	3.4+
40
.endif
41
.endif
41
42
42
post-patch:
43
	@${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
44
45
post-install:
43
post-install:
46
.if !defined(NOPORTDOCS)
44
.if !defined(NOPORTDOCS)
47
	${MKDIR} ${DOCSDIR}
45
	${MKDIR} ${DOCSDIR}
(-)pkg-message (-21 lines)
Removed Link Here
1
--------------------------------------------------------------------
2
3
Documentation has been installed in %%PREFIX%%/share/doc
4
5
Scripts and the executable have been installed in %%PREFIX%%/bin
6
7
This port requires a working mysql server installation, either
8
locally or remotely.
9
10
Once you have a properly-running mysql server, please run the install
11
script:
12
13
%%PREFIX%%/bin/vh_install
14
15
Follow the instructions given.
16
17
Visit http://verlihub.sourceforge.net for the project's homepage
18
or http://verlihub.no-ip.com for the project's forums. The verlihub
19
manual is available online at http://www.danomac.org/verlihub
20
21
-------------------------------------------------------------------
(-)files/pkg-message.in (+21 lines)
Added Link Here
1
--------------------------------------------------------------------
2
3
Documentation has been installed in %%PREFIX%%/share/doc
4
5
Scripts and the executable have been installed in %%PREFIX%%/bin
6
7
This port requires a working mysql server installation, either
8
locally or remotely.
9
10
Once you have a properly-running mysql server, please run the install
11
script:
12
13
%%PREFIX%%/bin/vh_install
14
15
Follow the instructions given.
16
17
Visit http://verlihub.sourceforge.net for the project's homepage
18
or http://verlihub.no-ip.com for the project's forums. The verlihub
19
manual is available online at http://www.danomac.org/verlihub
20
21
-------------------------------------------------------------------

Return to bug 102596