svn commit: r317342 - head/security/ftimes

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 20:06:03 UTC 2013


Author: bapt
Date: Sat May  4 20:06:02 2013
New Revision: 317342
URL: http://svnweb.freebsd.org/changeset/ports/317342

Log:
  Fix after conversion to new options framework

Modified:
  head/security/ftimes/Makefile

Modified: head/security/ftimes/Makefile
==============================================================================
--- head/security/ftimes/Makefile	Sat May  4 20:03:29 2013	(r317341)
+++ head/security/ftimes/Makefile	Sat May  4 20:06:02 2013	(r317342)
@@ -81,4 +81,4 @@ PLIST_SUB+=		XMAGIC="@comment "
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/ftimes
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list