summaryrefslogtreecommitdiff
path: root/www/tinymce3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /www/tinymce3/Makefile
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'www/tinymce3/Makefile')
-rw-r--r--www/tinymce3/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile
deleted file mode 100644
index 6050a56a99d5..000000000000
--- a/www/tinymce3/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: tinymce
-# Date created: 26 Mar 2007
-# Whom: Nick Hilliard <nick@foobar.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tinymce
-PORTVERSION= 2.1.3
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= tinymce_2_1_3
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= nick@foobar.org
-COMMENT= An open source Javascript HTML WYSIWYG editor for web sites
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-NO_BUILD= YES
-
-do-install:
- ${INSTALL} -d -m 0755 ${WWWDIR}
- (cd ${WRKSRC} && ${FIND} . -not -name .PLIST.mktmp -not -name '.*_done.*' -not -name pkg-install | \
- ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR})
-
-.include <bsd.port.mk>