diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-09-01 20:53:58 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-09-01 20:53:58 +0000 |
commit | d8d307a212253d6dd355027844a0a015a6824b96 (patch) | |
tree | b60b18956297f43c6417c47fa951cb7e62b8ca0a /misc/compat8x | |
parent | ecb38fb90b31fa2d9cf461a50758b2f0203db03e (diff) |
Notes
Diffstat (limited to 'misc/compat8x')
-rw-r--r-- | misc/compat8x/Makefile | 4 | ||||
-rw-r--r-- | misc/compat8x/pkg-message | 9 |
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 * -* * -******************************************************************************* |