Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 00:37:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356963 - head/misc/gone
Message-ID:  <201406080037.s580bcBQ023452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun  8 00:37:38 2014
New Revision: 356963
URL: http://svnweb.freebsd.org/changeset/ports/356963
QAT: https://qat.redports.org/buildarchive/r356963/

Log:
  Remove useless pre.mk/post.mk dance

Modified:
  head/misc/gone/Makefile

Modified: head/misc/gone/Makefile
==============================================================================
--- head/misc/gone/Makefile	Sun Jun  8 00:05:49 2014	(r356962)
+++ head/misc/gone/Makefile	Sun Jun  8 00:37:38 2014	(r356963)
@@ -16,7 +16,6 @@ OPTIONS_DEFINE=	SETUID
 SETUID_DESC=	Install gone setuid root for password support
 
 .include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
 
 #
 # If you would like to be able to use system passwords for gone
@@ -33,4 +32,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone
 	${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406080037.s580bcBQ023452>