1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Revert r340321 and use USES=uidfix instead.

Submitted by:	bapt
This commit is contained in:
Mikolaj Golub 2014-01-19 20:57:44 +00:00
parent a69e943a46
commit af403d556a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340351

View File

@ -13,11 +13,7 @@ COMMENT= Archive FreeBSD kernel crash files
PLIST_FILES= sbin/bsdcrashtar \
man/man8/bsdcrashtar.8.gz
USES= uidfix
MAKE_ENV+= NO_OBJ=yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bsdcrashtar.sh \
${STAGEDIR}${PREFIX}/sbin/bsdcrashtar
${INSTALL_MAN} ${WRKSRC}/bsdcrashtar.8 ${STAGEDIR}${PREFIX}/man/man8
.include <bsd.port.mk>