aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2013-09-02 04:53:58 +0800
committergarga <garga@FreeBSD.org>2013-09-02 04:53:58 +0800
commit03bb239e2b046a042bd6cc9fcda9259210ab1481 (patch)
treeb60b18956297f43c6417c47fa951cb7e62b8ca0a
parentae5b8ab3600cfda61847560542bf6031e6c3ca2b (diff)
downloadfreebsd-ports-gnome-03bb239e2b046a042bd6cc9fcda9259210ab1481.tar.gz
freebsd-ports-gnome-03bb239e2b046a042bd6cc9fcda9259210ab1481.tar.zst
freebsd-ports-gnome-03bb239e2b046a042bd6cc9fcda9259210ab1481.zip
. Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option
. Bump PORTREVISION Reported by: tijl@
-rw-r--r--misc/compat8x/Makefile4
-rw-r--r--misc/compat8x/pkg-message9
2 files changed, 1 insertions, 12 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile
index 2cadd7f29b5b..188655123226 100644
--- a/misc/compat8x/Makefile
+++ b/misc/compat8x/Makefile
@@ -2,6 +2,7 @@
PORTNAME= compat8x
PORTVERSION= 8.4.804000.201309
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/compat
@@ -38,7 +39,4 @@ do-install:
(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>
diff --git a/misc/compat8x/pkg-message b/misc/compat8x/pkg-message
deleted file mode 100644
index 0f700d94f65e..000000000000
--- a/misc/compat8x/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 *
-* *
-*******************************************************************************