aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ntimed/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ntimed/Makefile b/net/ntimed/Makefile
index 022e33904ebe..dd6163c8c3dd 100644
--- a/net/ntimed/Makefile
+++ b/net/ntimed/Makefile
@@ -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>