1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/simplog/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

30 lines
643 B
Makefile

# Created by: Jose Liang <jose@jose.idv.tw>
# $FreeBSD$
PORTNAME= simplog
PORTVERSION= 0.9.3.4
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.9.3.2:src
DISTFILES= ${PORTNAME}-0.9.3.2.tar.gz:src \
${PORTNAME}_update_only-${PORTVERSION}.tar.gz:update
MAINTAINER= ports@FreeBSD.org
COMMENT= Complete and powerful blogging tool
LICENSE= GPLv2
NO_BUILD= yes
SUB_FILES= pkg-message
WRKSRC?= ${WRKDIR}/simplog
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
post-extract:
${RMDIR} ${WRKSRC}/cache
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && ${CP} -r * ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>