aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql40-server/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-09-10 16:13:36 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-09-10 16:13:36 +0000
commit19add691ef34b645d316a8728661da26c00ff5eb (patch)
tree5e747b6eeed88ee1adb2f0afb581655a9ddcb660 /databases/mysql40-server/Makefile
parent272e8670d3edb2458b63a35d0cf7aaec012aab5e (diff)
downloadports-19add691ef34b645d316a8728661da26c00ff5eb.tar.gz
ports-19add691ef34b645d316a8728661da26c00ff5eb.zip
Notes
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r--databases/mysql40-server/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index ec03a4d9656a..7d7053cb00b8 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME?= ${MASTERPORTNAME}
-PORTVERSION= 3.23.41
-PORTREVISION?= 1
+PORTVERSION= 3.23.42
+PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \
@@ -152,4 +152,9 @@ post-install:
.endif
+# This is for the maintainer only...
+make-plist:
+ /usr/bin/find foo -type f -or -type l | /usr/bin/cut -d / -f 2- | /usr/bin/sort > ${.CURDIR}/pkg-plist.new
+ /usr/bin/perl -i -ne 'if (m#share/doc/#) { print "%%PORTDOCS%%", $$_; } else { print $$_; }' ${.CURDIR}/pkg-plist.new
+
.include <bsd.port.post.mk>