diff options
author | garga <garga@FreeBSD.org> | 2012-10-05 20:45:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-10-05 20:45:19 +0800 |
commit | 3fc864b3bc26bc9322b82e29592163b8e3e94689 (patch) | |
tree | a68229237c81bd41d6da5d721b590d2d3c222e04 /misc/compat9x | |
parent | 27f7b2a495cce818c71aa7d936a76070b6b427c9 (diff) | |
download | freebsd-ports-gnome-3fc864b3bc26bc9322b82e29592163b8e3e94689.tar.gz freebsd-ports-gnome-3fc864b3bc26bc9322b82e29592163b8e3e94689.tar.zst freebsd-ports-gnome-3fc864b3bc26bc9322b82e29592163b8e3e94689.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@
Diffstat (limited to 'misc/compat9x')
-rw-r--r-- | misc/compat9x/Makefile | 1 | ||||
-rw-r--r-- | misc/compat9x/pkg-message | 9 |
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 * -* * -******************************************************************************* |