aboutsummaryrefslogtreecommitdiff
path: root/misc/compat9x
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-10-05 12:45:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-10-05 12:45:19 +0000
commita780040824781fe70c293978e748933c72da1135 (patch)
treea68229237c81bd41d6da5d721b590d2d3c222e04 /misc/compat9x
parent566e1b7f4e3e0a834272f8d7fcc228afcb172bcc (diff)
downloadports-a780040824781fe70c293978e748933c72da1135.tar.gz
ports-a780040824781fe70c293978e748933c72da1135.zip
pkg-message was saying to add COMPAT_FREEBSD8 to kernel, this was supposed to be
COMPAT_FREEBSD9, but since this option doesn't exist, remove entire message. Bump PORTREVISION to make a new package without the wrong message. Pointed out by: des@
Notes
Notes: svn path=/head/; revision=305299
Diffstat (limited to 'misc/compat9x')
-rw-r--r--misc/compat9x/Makefile1
-rw-r--r--misc/compat9x/pkg-message9
2 files changed, 1 insertions, 9 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile
index d4ea442e1f27..c211ebdf28b4 100644
--- a/misc/compat9x/Makefile
+++ b/misc/compat9x/Makefile
@@ -2,6 +2,7 @@
PORTNAME= compat9x
PORTVERSION= 9.0.900000.201209
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/compat
diff --git a/misc/compat9x/pkg-message b/misc/compat9x/pkg-message
deleted file mode 100644
index 0f700d94f65e..000000000000
--- a/misc/compat9x/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-*******************************************************************************
-* *
-* Do not forget to add COMPAT_FREEBSD8 into *
-* your kernel configuration (enabled by default). *
-* *
-* To configure and recompile your kernel see: *
-* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html *
-* *
-*******************************************************************************