e1b0f409c6
is a configuration file, even though it's buried deep in code directories. Pointed out by Tobias M. Boelz <tmb at usta dot de>. Thus, use @sample and bump. OK espie@ stephan@
23 lines
673 B
Makefile
23 lines
673 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/11/25 23:35:02 schwarze Exp $
|
|
|
|
COMMENT = FCKeditor for drupal
|
|
|
|
DISTNAME = fckeditor-6.x-2.1
|
|
PKGNAME = drupal6-fckeditor-2.1
|
|
REVISION = 2
|
|
DISTFILES = ${DISTNAME}.tar.gz \
|
|
FCKeditor_2.6.6.tar.gz:0
|
|
EXTRACT_ONLY = ${DISTNAME}.tar.gz
|
|
|
|
MASTER_SITES0 = ${MASTER_SITE_SOURCEFORGE:=fckeditor/}
|
|
|
|
post-extract:
|
|
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/FCKeditor_2.6.6.tar.gz
|
|
chmod -R u+wX ${WRKDIST}/fckeditor
|
|
|
|
post-install:
|
|
mv ${PREFIX}/${DRUPAL_MODS}/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php \
|
|
${PREFIX}/${DRUPAL_MODS}/fckeditor/fckeditor/editor/filemanager/connectors/php/default.config.php
|
|
|
|
.include <bsd.port.mk>
|