svn commit: r344609 - head/sysutils/biosfont

Rene Ladan rene at FreeBSD.org
Sun Feb 16 16:30:06 UTC 2014


Author: rene
Date: Sun Feb 16 16:30:06 2014
New Revision: 344609
URL: http://svnweb.freebsd.org/changeset/ports/344609
QAT: https://qat.redports.org/buildarchive/r344609/

Log:
  sysutils/biosfont: remove some unnecessary leftovers.

Modified:
  head/sysutils/biosfont/Makefile

Modified: head/sysutils/biosfont/Makefile
==============================================================================
--- head/sysutils/biosfont/Makefile	Sun Feb 16 16:21:59 2014	(r344608)
+++ head/sysutils/biosfont/Makefile	Sun Feb 16 16:30:06 2014	(r344609)
@@ -18,12 +18,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		uidfix kmod
 
-.include <bsd.port.pre.mk>
-
-PLIST_SUB+=	PREFIX=${PREFIX}
-
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include
 	${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list