summaryrefslogtreecommitdiff
path: root/www/contao29-translations/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 12:55:26 +0000
committertaca <taca@pkgsrc.org>2011-08-12 12:55:26 +0000
commit7ca8a202ae3cb945341cb51211cd246634161894 (patch)
treeb3900893510b801eaf95fd79623d6ebba1a16549 /www/contao29-translations/Makefile
parent620501d2f1aa09a078677d47e03c9cddc7e2839d (diff)
downloadpkgsrc-7ca8a202ae3cb945341cb51211cd246634161894.tar.gz
Switch to use common Makefiles. No functional change.
Diffstat (limited to 'www/contao29-translations/Makefile')
-rw-r--r--www/contao29-translations/Makefile35
1 files changed, 3 insertions, 32 deletions
diff --git a/www/contao29-translations/Makefile b/www/contao29-translations/Makefile
index 57a8f3398ef..936f9db24f3 100644
--- a/www/contao29-translations/Makefile
+++ b/www/contao29-translations/Makefile
@@ -1,43 +1,14 @@
-# $NetBSD: Makefile,v 1.49 2011/06/29 14:47:08 taca Exp $
+# $NetBSD: Makefile,v 1.50 2011/08/12 12:55:26 taca Exp $
#
-DISTNAME= contao${CT_VER}-translations-${VERS}
-CATEGORIES= www
-MASTER_SITES= # defined for each distfiles
-DISTFILES= ${CT_DISTFILES}
-EXTRACT_DIR= ${WRKSRC}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.contao.org/download.html
-COMMENT= Language files for Contao CMS
-LICENSE= gnu-lgpl-v3
-
-DEPENDS+= contao${CT_VER}>=${CT_PKGVER}:../../www/contao${CT_VER}
-
# Use time stamp of latest translation.
VERS= 20110629
-USE_TOOLS= pax
-NO_BUILD= yes
-NO_CONFIGURE= yes
+CT_VERS= 29
PKG_DESTDIR_SUPPORT= user-destdir
-SEPARATED_MODULES= development dfGallery glossary memberlist pun_bridge
-
.include "options.mk"
-
-pre-install:
- ${FIND} ${WRKSRC}/system/modules \
- \( -name "*.orig*" -o -name tl_flash.php \) -exec ${RM} -f {} \;
-.for d in ${SEPARATED_MODULES}
- ${RM} -fr ${WRKSRC}/system/modules/${d}
-.endfor
- ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
-
-do-install:
- cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${CT_WEBDIR}
-
-.include "../../www/contao29/Makefile.version"
+.include "../../www/contao/Makefile.translations"
.include "../../www/contao/Makefile.common"
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"