aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntimed
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-22 17:08:44 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-22 17:08:44 +0800
commite2e24f27cfeb9e1eac76c782651efd0ef2290a4d (patch)
treef81eb3ffed9d5c9e8447a95199b398a81ec51e22 /net/ntimed
parentdc967415a5ab377459b199a3fb2abb5b9910d3b1 (diff)
downloadfreebsd-ports-gnome-e2e24f27cfeb9e1eac76c782651efd0ef2290a4d.tar.gz
freebsd-ports-gnome-e2e24f27cfeb9e1eac76c782651efd0ef2290a4d.tar.zst
freebsd-ports-gnome-e2e24f27cfeb9e1eac76c782651efd0ef2290a4d.zip
Cleanup
Diffstat (limited to 'net/ntimed')
-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>