diff options
Diffstat (limited to 'russian/bugzilla3-ru/Makefile')
-rw-r--r-- | russian/bugzilla3-ru/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/russian/bugzilla3-ru/Makefile b/russian/bugzilla3-ru/Makefile deleted file mode 100644 index cbd9a9d18091..000000000000 --- a/russian/bugzilla3-ru/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: bugzilla-ru -# Date created: 28 Jul 2008 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= bugzilla-ru -DISTVERSION= 3.6.2-ru-20100809 -CATEGORIES= russian -MASTER_SITES= http://ftp.mozilla-russia.org/bugzilla/ -DISTNAME= bugzilla-${DISTVERSION} - -MAINTAINER= skv@FreeBSD.org -COMMENT= Russian localization for Bugzilla - -RUN_DEPENDS= bugzilla>=3.6.2:${PORTSDIR}/devel/bugzilla - -CONFLICTS= bugzilla-2.* - -PORTSCOUT= limitw:1,even - -.ifndef BUGZILLADIR -.ifdef APACHE_DATADIR -BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla -.else -BUGZILLADIR= ${PREFIX}/www/data/bugzilla -.endif -.endif - -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!} - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -do-install: - ${MKDIR} ${BUGZILLADIR} - (cd ${WRKSRC} && ${PAX} -r -w * ${BUGZILLADIR}) -.if !defined(BATCH) - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - -.include <bsd.port.mk> |