1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/japanese/bugzilla44/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

36 lines
887 B
Makefile

# $FreeBSD$
PORTNAME= bugzilla
PORTVERSION= 4.4.9
CATEGORIES= japanese
MASTER_SITES= http://bug-ja.org/releases/4.4/ \
LOCAL/tota/bugzilla-ja
DISTNAME= Bugzilla-ja-${PORTVERSION}-template
MAINTAINER= bz-ports@FreeBSD.org
COMMENT= Japanese localization for Bugzilla
RUN_DEPENDS= bugzilla44>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla44
NO_WRKSUBDIR= yes
.include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
USES= tar:bzip2
LANGDIR= ${WWWDIR}/template/ja
do-install:
@-${MKDIR} ${STAGEDIR}${LANGDIR}/default
(cd ${WRKSRC}/default && ${COPYTREE_SHARE} . ${STAGEDIR}${LANGDIR}/default)
# Maintainer
plist: patch
@( cd ${WRKSRC}/ && ${FIND} default -type f | ${AWK} '{print "%%WWWDIR%%/template/ja/"$$1}' | ${SORT} > ${PLIST}.new )
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
${ECHO_MSG} no pkg-plist changes; \
${RM} ${PLIST}.new ; \
fi
.include <bsd.port.mk>