diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 15:31:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 15:31:50 +0000 |
commit | 329e4cad6106d82fe4d3f9db482ecfeef5a883cf (patch) | |
tree | 3ab66e34d6cb67034e43e9b6a1fe1ffdbbccd3e3 /misc | |
parent | 7836cc81dc07440363fece19ea81d021565e0f69 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtail/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile index 0333bc793a79..3d50efebea39 100644 --- a/misc/xtail/Makefile +++ b/misc/xtail/Makefile @@ -12,12 +12,10 @@ COMMENT= Watches the growth of files or directories HAS_CONFIGURE= yes -MAN1= xtail.1 -PLIST_FILES= bin/xtail +PLIST_FILES= bin/xtail man/man1/xtail.1.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk> |