diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | cdc767a8b93346cbb26e16165c2163d60931e8b6 (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net-p2p/vhcp/Makefile | |
parent | 4ed2b58372991749c1637ba65a70c2e6854a4dfc (diff) | |
download | FreeBSD-ports-cdc767a8b93346cbb26e16165c2163d60931e8b6.zip FreeBSD-ports-cdc767a8b93346cbb26e16165c2163d60931e8b6.tar.gz |
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net-p2p/vhcp/Makefile')
-rw-r--r-- | net-p2p/vhcp/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net-p2p/vhcp/Makefile b/net-p2p/vhcp/Makefile deleted file mode 100644 index 56e6c7d..0000000 --- a/net-p2p/vhcp/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Maxim Ignatenko -# $FreeBSD$ - -PORTNAME= vhcp -PORTVERSION= 1.7g2 -CATEGORIES= net-p2p www -MASTER_SITES= SF/${PORTNAME}/PHP%205.x/1.7g -DISTNAME= vhcp_v${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Verlihub control panel - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_PHP= mysql gd -NO_BUILD= YES -WANT_PHP_WEB= YES -DEFAULT_PHP_VER= 5 -VHCPDIR?= www/vhcp -SUB_FILES= pkg-message -SUB_LIST+= VHCPDIR=${VHCPDIR} -PLIST= ${WRKDIR}/pkg-plist - -NO_STAGE= yes -pre-install: - @if [ -f ${WRKSRC}/config.php ]; then \ - ${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.dist ; fi - @cd ${WRKSRC} && \ - ${ECHO_CMD} "@unexec if cmp -s %D/${VHCPDIR}/config.php.dist \ - %D/${VHCPDIR}/config.php; then \ - ${RM} -f %D/${VHCPDIR}/config.php; fi" > ${PLIST} && \ - ${FIND} -s * -type f | \ - ${SED} -e 's|^|${VHCPDIR}/|g' >> ${PLIST} && \ - ${ECHO_CMD} "@exec if [ ! -f %D/${VHCPDIR}/config.php ] ; then \ - ${CP} -p %D/${VHCPDIR}/config.php.dist \ - %D/${VHCPDIR}/config.php; fi" >> ${PLIST} && \ - ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${VHCPDIR}/|g' >> ${PLIST} && \ - ${ECHO_CMD} @dirrm ${VHCPDIR} >> ${PLIST} - -do-install: - -@${MKDIR} ${PREFIX}/${VHCPDIR} - @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${VHCPDIR} - @${CHMOD} 755 ${PREFIX}/${VHCPDIR} - @${CP} -R ${WRKSRC}/ ${PREFIX}/${VHCPDIR} - if [ ! -f ${PREFIX}/${VHCPDIR}/config.php ]; then \ - ${CP} ${PREFIX}/${VHCPDIR}/config.php.dist \ - ${PREFIX}/${VHCPDIR}/config.php ; \ - fi - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |