diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /www/bblog | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) | |
download | ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip |
Notes
Diffstat (limited to 'www/bblog')
-rw-r--r-- | www/bblog/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/bblog/Makefile b/www/bblog/Makefile index 3c74eecabb1e..93caa7c21ec9 100644 --- a/www/bblog/Makefile +++ b/www/bblog/Makefile @@ -5,7 +5,7 @@ PORTNAME= bBlog PORTVERSION= 0.7.6 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A elegant personal publishing system with Smarty @@ -14,9 +14,9 @@ USE_PHP= mysql pcre session NO_BUILD= YES WANT_PHP_WEB= YES -WRKSRC= ${WRKDIR}/${PORTNAME:L} +WRKSRC= ${WRKDIR}/${PORTNAME:tl} WWWDOCROOT?= www -BBLOGURL?= ${PORTNAME:L} +BBLOGURL?= ${PORTNAME:tl} BBLOGDIR?= ${WWWDOCROOT}/${BBLOGURL} SUB_FILES= pkg-message @@ -44,18 +44,18 @@ pre-patch: .endif do-install: - @${MKDIR} ${PREFIX}/${BBLOGDIR}/${PORTNAME:L} + @${MKDIR} ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl} @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${BBLOGDIR} @${CHGRP} -R ${WWWGRP} ${PREFIX}/${BBLOGDIR} @${CHMOD} 755 ${PREFIX}/${BBLOGDIR} .for f in archives.php documentation.txt htaccess-cleanurls index.php item rss.php search.php section ${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/${BBLOGDIR} .endfor - @${CP} -Rv ${WRKSRC}/* ${PREFIX}/${BBLOGDIR}/${PORTNAME:L} - @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:L}/compiled_templates/ - @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:L}/cache/ - @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:L}/cache/favorites.xml - @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:L}/config.php + @${CP} -Rv ${WRKSRC}/* ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl} + @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl}/compiled_templates/ + @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl}/cache/ + @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl}/cache/favorites.xml + @${CHMOD} 775 ${PREFIX}/${BBLOGDIR}/${PORTNAME:tl}/config.php post-install: @${CAT} ${PKGMESSAGE} |