# $FreeBSD$ PORTNAME= bugzilla PORTVERSION= 4.0.9 CATEGORIES= german MASTER_SITES= SF MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION} DISTNAME= germzilla-${PORTVERSION}-1.utf-8 MAINTAINER= bugzilla@FreeBSD.org COMMENT= German localization for Bugzilla RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla LATEST_LINK= ${PKGNAMEPREFIX}bugzilla NO_WRKSUBDIR= yes .include "${.CURDIR}/../../devel/bugzilla/Makefile.common" LANGDIR= ${WWWDIR}/template/de #post-patch: # @${REINPLACE_CMD} -i '' -e 's/4.0.8/4.0.9/' \ # ${WRKDIR}/de/default/global/gzversion.html.tmpl # @${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete do-install: @-${MKDIR} ${LANGDIR} @(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR}) .if !defined(BATCH) @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .endif # Maintainer plist: patch @( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new ) @( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new ) @if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \ ${ECHO_MSG} no pkg-plist changes; \ ${RM} ${PLIST}.new ; \ fi .include form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/netstiff/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Clarify LICENSEamdmi32016-07-211-4/+10
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-061-1/+1
* - add stage supportohauer2014-05-251-14/+11
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2