diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 23:31:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 23:31:50 +0800 |
commit | 63069fbe66750d4329eafd1da949628fc2bdca50 (patch) | |
tree | 3ab66e34d6cb67034e43e9b6a1fe1ffdbbccd3e3 /misc | |
parent | 87e709fbaeba1b5907ecc3fbbb6838c238d13486 (diff) | |
download | freebsd-ports-gnome-63069fbe66750d4329eafd1da949628fc2bdca50.tar.gz freebsd-ports-gnome-63069fbe66750d4329eafd1da949628fc2bdca50.tar.zst freebsd-ports-gnome-63069fbe66750d4329eafd1da949628fc2bdca50.zip |
Support staging
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> |