summaryrefslogtreecommitdiff
path: root/www/drupal6-token/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/drupal6-token/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/drupal6-token/Makefile')
-rw-r--r--www/drupal6-token/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/drupal6-token/Makefile b/www/drupal6-token/Makefile
deleted file mode 100644
index a79ae6c24ecb..000000000000
--- a/www/drupal6-token/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: drupal5-token
-# Date created: 11 February 2008
-# Whom: Jeremy Iverson <jeremy@algenta.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= token
-DISTVERSION= 5.x-1.10
-CATEGORIES= www
-MASTER_SITES= http://ftp.drupal.org/files/projects/
-
-MAINTAINER= jeremy@algenta.com
-COMMENT= Token module for Drupal 5
-
-DRUPAL5_MODULE= yes
-MODULE_FILES= token_cck.inc token_comment.inc token_node.inc \
- token_taxonomy.inc token_user.inc token.inc \
- token.info token.install token.module
-DOC_FILES= API.txt CHANGELOG.txt LICENSE.txt README.txt
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
-.include <bsd.port.post.mk>