svn commit: r325917 - head/misc/compat8x

Renato Botelho garga at FreeBSD.org
Sun Sep 1 20:53:59 UTC 2013


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>


More information about the svn-ports-all mailing list