diff options
author | erwin <erwin@FreeBSD.org> | 2006-09-04 23:51:11 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-09-04 23:51:11 +0800 |
commit | e0741a6854f7e5f86f63668ebb6c0bf6cfb1f9fc (patch) | |
tree | bd2038ec266c685a950f65cd3e30f9580de0de1f /net-p2p | |
parent | c2e5c834bdc10261976b2003ae77ed4a7eb6938f (diff) | |
download | freebsd-ports-gnome-e0741a6854f7e5f86f63668ebb6c0bf6cfb1f9fc.tar.gz freebsd-ports-gnome-e0741a6854f7e5f86f63668ebb6c0bf6cfb1f9fc.tar.zst freebsd-ports-gnome-e0741a6854f7e5f86f63668ebb6c0bf6cfb1f9fc.zip |
- s/INSTALL_SHLIB/USE_LDCONFIG/
- Use SUB_FILES
- Make it depend on bash 3.x instead of 2.x
PR: 102596
Submitted by: gabor
Approved by: maintainer
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/verlihub/files/pkg-message.in (renamed from net-p2p/verlihub/pkg-message) | 0 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 151207e14aae..7f1cc6e1a34d 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -19,7 +19,7 @@ COMMENT= Verlihub Linux/Unix Direct Connect Hub Software LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/verlihub-0.9.8c @@ -27,8 +27,9 @@ USE_MYSQL= yes USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html @@ -39,9 +40,6 @@ PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php USE_GCC= 3.4+ .endif -post-patch: - @${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/net-p2p/verlihub/pkg-message b/net-p2p/verlihub/files/pkg-message.in index 2409001e9e2d..2409001e9e2d 100644 --- a/net-p2p/verlihub/pkg-message +++ b/net-p2p/verlihub/files/pkg-message.in |