[Midnightbsd-cvs] mports: Makefile: Fix the damn path
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Apr 2 17:02:19 EDT 2008
Log Message:
-----------
Fix the damn path
Modified Files:
--------------
mports/databases/mysql51-server:
Makefile (r1.7 -> r1.8)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/databases/mysql51-server/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L databases/mysql51-server/Makefile -L databases/mysql51-server/Makefile -u -r1.7 -r1.8
--- databases/mysql51-server/Makefile
+++ databases/mysql51-server/Makefile
@@ -12,11 +12,10 @@
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.1
PKGNAMESUFFIX?= -server
-DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
+DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ports at MidnightBSD.org
-COMMENT?= Multithreaded SQL database (server)
-
+COMMENT= Multithreaded SQL database (server)
LICENSE= gpl2
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
@@ -30,7 +29,7 @@
--with-libwrap \
--with-mysqlfs \
--with-low-memory \
- --with-comment='FreeBSD port: ${PKGNAME}' \
+ --with-comment='MidnightBSD port: ${PKGNAME}' \
--enable-thread-safe-client
.ifdef USE_MYSQL
More information about the Midnightbsd-cvs
mailing list