From 0c7b602f80662597927599c7043446ab36f7723d Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 3 Aug 2006 22:33:10 +0000 Subject: Remove bogus WRKSRC variable caused by me screwing up the permissions on my work directory. Reported by: Sean McNeil --- www/drupal/Makefile | 3 --- www/drupal4/Makefile | 3 --- www/drupal5/Makefile | 3 --- www/drupal6/Makefile | 3 --- www/drupal7/Makefile | 3 --- 5 files changed, 15 deletions(-) diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 13e1104853b6..4174a0eb1d2b 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -16,9 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -# XXX: Grrr -WRKSRC= ${WRKDIR}/drupal-4.6.8 - DRUPAL_PORT= yes USE_PHP= gd pcre session xml diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 13e1104853b6..4174a0eb1d2b 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -16,9 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -# XXX: Grrr -WRKSRC= ${WRKDIR}/drupal-4.6.8 - DRUPAL_PORT= yes USE_PHP= gd pcre session xml diff --git a/www/drupal5/Makefile b/www/drupal5/Makefile index 13e1104853b6..4174a0eb1d2b 100644 --- a/www/drupal5/Makefile +++ b/www/drupal5/Makefile @@ -16,9 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -# XXX: Grrr -WRKSRC= ${WRKDIR}/drupal-4.6.8 - DRUPAL_PORT= yes USE_PHP= gd pcre session xml diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 13e1104853b6..4174a0eb1d2b 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/Makefile @@ -16,9 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -# XXX: Grrr -WRKSRC= ${WRKDIR}/drupal-4.6.8 - DRUPAL_PORT= yes USE_PHP= gd pcre session xml diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 13e1104853b6..4174a0eb1d2b 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -16,9 +16,6 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql -# XXX: Grrr -WRKSRC= ${WRKDIR}/drupal-4.6.8 - DRUPAL_PORT= yes USE_PHP= gd pcre session xml -- cgit