diff options
author | taca <taca@pkgsrc.org> | 2014-06-22 03:28:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-06-22 03:28:32 +0000 |
commit | e45ee7f8f15355b8c29ab851bd290e33834902da (patch) | |
tree | 56ee500e3b2ffa79fe899b6bc0b6c68ece2115ef /www | |
parent | 8c0362ff8b04311ab25ae98bb25376e3f5c4ccea (diff) | |
download | pkgsrc-e45ee7f8f15355b8c29ab851bd290e33834902da.tar.gz |
Remove Makefile.example which is not used by anywhere.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 3 | ||||
-rw-r--r-- | www/contao/Makefile.example | 41 |
2 files changed, 1 insertions, 43 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index de4386dc8de..51356a6a230 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,6 +1,5 @@ -# $NetBSD: Makefile.common,v 1.76 2014/06/22 03:25:21 taca Exp $ +# $NetBSD: Makefile.common,v 1.77 2014/06/22 03:28:32 taca Exp $ # -# used by www/contao/Makefile.example" # used by www/contao32/Makefile # used by www/contao33/Makefile diff --git a/www/contao/Makefile.example b/www/contao/Makefile.example deleted file mode 100644 index cd8f1df8be6..00000000000 --- a/www/contao/Makefile.example +++ /dev/null @@ -1,41 +0,0 @@ -# $NetBSD: Makefile.example,v 1.20 2014/06/01 14:38:29 taca Exp $ -# -# used by www/contao32-example/Makefile -# - -DISTNAME?= contao-${CT_PKGVER} -PKGNAME= contao${CT_VER}-example-${CT_PKGVER} -CATEGORIES= www -MASTER_SITES= ${CT_MASTER_SITE} - -MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.contao.org/ -COMMENT= Sample site data for Contao Open Source CMS ${CT_VERBASE} - -DEPENDS+= contao${CT_VER}>=${CT_PKGVER}:../../www/contao${CT_VER} - -DISTINFO_FILE= ${.CURDIR}/../../www/contao${CT_VER}/distinfo - -USE_TOOLS= pax -NO_BUILD= yes -NO_CONFIGURE= yes - -WWW_EG_FILES= ${CT_FILES}/music_academy -WWW_FILE= templates/music_academy.sql - -.include "../../www/contao/Makefile.common" - -.for f in ${WWW_EG_FILES} ${WWW_FILE} -EXTRACT_ELEMENTS+= core-${CT_VERSION}/${f} -.endfor - -PKG_GROUPS_VARS+= APACHE_GROUP -PKG_USERS_VARS+= APACHE_USER - -INSTALLATION_DIRS+= ${CT_EGDIR} ${CT_WEBDIR}/templates - -do-install: - cd ${WRKSRC}; \ - pax -rw -pm ${WWW_EG_FILES} ${DESTDIR}${PREFIX}/${CT_EGDIR} - cd ${WRKSRC}; ${INSTALL_DATA} ${WWW_FILE} \ - ${DESTDIR}${PREFIX}/${CT_WEBDIR}/templates |