diff options
author | jeh <jeh@FreeBSD.org> | 2003-03-03 12:00:46 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-03-03 12:00:46 +0800 |
commit | 9733907521313d7c76f2de082f368cd7d9fc9ef4 (patch) | |
tree | 204b15b24de6e801754cce8a9d659015becaa69c /www | |
parent | 06936dc8c3f800fa90f7f5ee3bde7cbe0e0c0b6f (diff) | |
download | freebsd-ports-gnome-9733907521313d7c76f2de082f368cd7d9fc9ef4.tar.gz freebsd-ports-gnome-9733907521313d7c76f2de082f368cd7d9fc9ef4.tar.zst freebsd-ports-gnome-9733907521313d7c76f2de082f368cd7d9fc9ef4.zip |
Remove pkg-comment and place in Makefile
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 1 | ||||
-rw-r--r-- | www/mod_auth_mysql/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 955692fd925c..e2fe5794afba 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mod-auth-mysql MAINTAINER= jeh@FreeBSD.org +COMMENT= Allows users to use MySQL databases for user authentication BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client diff --git a/www/mod_auth_mysql/pkg-comment b/www/mod_auth_mysql/pkg-comment deleted file mode 100644 index 1d02fe297802..000000000000 --- a/www/mod_auth_mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Allows users to use MySQL databases for user authentication |