Date: Sun, 1 Sep 2013 20:53:58 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325917 - head/misc/compat8x Message-ID: <201309012053.r81Krwxc078918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Sun Sep 1 20:53:58 2013 New Revision: 325917 URL: http://svnweb.freebsd.org/changeset/ports/325917 Log: . Remove pkg-message since there is no COMPAT_FREEBSD8 kernel option . Bump PORTREVISION Reported by: tijl@ Deleted: head/misc/compat8x/pkg-message Modified: head/misc/compat8x/Makefile Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Sun Sep 1 20:12:59 2013 (r325916) +++ head/misc/compat8x/Makefile Sun Sep 1 20:53:58 2013 (r325917) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012053.r81Krwxc078918>