diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-11-29 06:20:54 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-11-29 06:20:54 +0800 |
commit | 443ec73efb7170809dbd269d5e9189b8383e88ab (patch) | |
tree | 8cb9911d16e55fc48404e9df450227977670a865 /www | |
parent | e30d890ea917484360e001aa7f94b118481137e6 (diff) | |
download | freebsd-ports-gnome-443ec73efb7170809dbd269d5e9189b8383e88ab.tar.gz freebsd-ports-gnome-443ec73efb7170809dbd269d5e9189b8383e88ab.tar.zst freebsd-ports-gnome-443ec73efb7170809dbd269d5e9189b8383e88ab.zip |
PKGNAMESUFFIX needs a - before the string ...
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2-dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile index 033a4813be3c..598079bc80e4 100644 --- a/www/mod_log_sql2-dtc/Makefile +++ b/www/mod_log_sql2-dtc/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_log_sql PORTVERSION= 1.100 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ -PKGNAMESUFFIX= dtc +PKGNAMESUFFIX= -dtc MAINTAINER= scrappy@freebsd.org COMMENT= Allows Apache to log to a MySQL database |