diff options
Diffstat (limited to 'www/drupal6-token/Makefile')
-rw-r--r-- | www/drupal6-token/Makefile | 24 |
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> |