diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-01-09 03:07:27 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-01-09 03:07:27 +0000 |
commit | 3de6c09b02c949c2f39d2eb7a7f907d2a331c2b0 (patch) | |
tree | ba16c0a3ee7ec180ed32774b10983fa389f8a438 | |
parent | - Fix breakage of pkg-plist. (diff) |
Fix up the pkg-desc a bit.
Actually remove BROKEN following my uprade and fix over the weekend.
Notes
Notes:
svn path=/head/; revision=181829
-rw-r--r-- | www/drupal-pubcookie/Makefile | 2 | ||||
-rw-r--r-- | www/drupal-pubcookie/pkg-descr | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/drupal-pubcookie/Makefile b/www/drupal-pubcookie/Makefile index e5ca13dedfe3..68eeb0124189 100644 --- a/www/drupal-pubcookie/Makefile +++ b/www/drupal-pubcookie/Makefile @@ -16,8 +16,6 @@ COMMENT= Pubcookie user authentication for the Drupal CMS RUN_DEPENDS= ${LOCALBASE}/pubcookie/keyclient:${PORTSDIR}/www/mod_pubcookie -BROKEN= Unfetchable - USE_PHP= ldap DRUPAL_MODULE= yes diff --git a/www/drupal-pubcookie/pkg-descr b/www/drupal-pubcookie/pkg-descr index 618de950cd59..550d928d3e37 100644 --- a/www/drupal-pubcookie/pkg-descr +++ b/www/drupal-pubcookie/pkg-descr @@ -1,8 +1,8 @@ The pubcookie Drupal module is an external authentication module that -allows users to authenticate to Drupal using pubcookie. Pubcookie is -used single sign-on to web-based applications at a site. +allows users to authenticate to Drupal using pubcookie. Pubcookie +provides single sign-on to web-based applications at a site. -The module also provide LDAP integration to populate user profiles as +The module also provides LDAP integration to populate user profiles as users register. WWW: http://drupal.org/node/42589 |