diff options
author | brooks <brooks@FreeBSD.org> | 2006-08-04 06:33:10 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-08-04 06:33:10 +0800 |
commit | 0c7b602f80662597927599c7043446ab36f7723d (patch) | |
tree | 5e6db643562f2648054d6fdc701fd9d0f57f5d19 /www/drupal4 | |
parent | 59aee6081845ea885a662696519ffac8c25e34b5 (diff) | |
download | freebsd-ports-gnome-0c7b602f80662597927599c7043446ab36f7723d.tar.gz freebsd-ports-gnome-0c7b602f80662597927599c7043446ab36f7723d.tar.zst freebsd-ports-gnome-0c7b602f80662597927599c7043446ab36f7723d.zip |
Remove bogus WRKSRC variable caused by me screwing up the permissions on
my work directory.
Reported by: Sean McNeil <sean at mcneil.com>
Diffstat (limited to 'www/drupal4')
-rw-r--r-- | www/drupal4/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |