svn commit: r375217 - head/net/ntimed
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 22 09:08:46 UTC 2014
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>
More information about the svn-ports-all
mailing list