svn commit: r315476 - head/graphics/s10sh

Eitan Adler eadler at FreeBSD.org
Thu Mar 28 15:58:39 UTC 2013


Author: eadler
Date: Thu Mar 28 15:58:38 2013
New Revision: 315476
URL: http://svnweb.freebsd.org/changeset/ports/315476

Log:
  Quick fix for my previous commit: I had fixed this in the wrong tree.

Modified:
  head/graphics/s10sh/Makefile

Modified: head/graphics/s10sh/Makefile
==============================================================================
--- head/graphics/s10sh/Makefile	Thu Mar 28 15:57:15 2013	(r315475)
+++ head/graphics/s10sh/Makefile	Thu Mar 28 15:58:38 2013	(r315476)
@@ -22,7 +22,7 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	USB
 
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/


More information about the svn-ports-head mailing list