diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-22 17:08:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-22 17:08:44 +0800 |
commit | 06fc9916460fa612d7717512b1a3a5c91fbc34b8 (patch) | |
tree | f81eb3ffed9d5c9e8447a95199b398a81ec51e22 /net | |
parent | b4fc5b45c4360b20f30921d051c63ba98c9927d9 (diff) | |
download | freebsd-ports-gnome-06fc9916460fa612d7717512b1a3a5c91fbc34b8.tar.gz freebsd-ports-gnome-06fc9916460fa612d7717512b1a3a5c91fbc34b8.tar.zst freebsd-ports-gnome-06fc9916460fa612d7717512b1a3a5c91fbc34b8.zip |
Cleanup
Diffstat (limited to 'net')
-rw-r--r-- | net/ntimed/Makefile | 6 |
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> |