Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 09:08:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375217 - head/net/ntimed
Message-ID:  <201412220908.sBM98jtp013992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 22 09:08:44 2014
New Revision: 375217
URL: https://svnweb.freebsd.org/changeset/ports/375217
QAT: https://qat.redports.org/buildarchive/r375217/

Log:
  Cleanup

Modified:
  head/net/ntimed/Makefile

Modified: head/net/ntimed/Makefile
==============================================================================
--- head/net/ntimed/Makefile	Mon Dec 22 08:53:52 2014	(r375216)
+++ head/net/ntimed/Makefile	Mon Dec 22 09:08:44 2014	(r375217)
@@ -21,12 +21,10 @@ GH_TAGNAME=	${GH_COMMIT}
 
 PLIST_FILES=	sbin/ntimed-client
 
-.include <bsd.port.pre.mk>
-
 do-configure:
 	cd ${WRKSRC} && ${SH} configure
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}/${LOCALBASE}/sbin/
+	${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}${PREFIX}/sbin
 
-.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?201412220908.sBM98jtp013992>