diff options
Diffstat (limited to 'www/drupal4-attachment/Makefile')
-rw-r--r-- | www/drupal4-attachment/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile deleted file mode 100644 index 0c05e2f3428d..000000000000 --- a/www/drupal4-attachment/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: drupal-attachment -# Date created: 31 October 2006 -# Whom: Nick Hilliard <nick@foobar.org> -# -# $FreeBSD$ -# - -PORTNAME= attachment -DISTVERSION= ${DRUPAL_VERSION} -PORTREVISION= 20060928 -CATEGORIES= www security - -MAINTAINER= nick@foobar.org -COMMENT= An alternative to Drupal's included upload module - -RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager - -DRUPAL_MODULE= yes -MODULE_FILES= attachment.install attachment.module -DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" -.include <bsd.port.post.mk> |