freebsd-ports/sysutils/fsck_ext2fs/Makefile
Mark Linimon 2e0ea36fd4 Reset maintainer to ports@. Previous maintainer has replied to a PR
followup with a confirmation that he no longer uses the port.  Thanks
to Roman for the quick response and for his help on this one in the past.
2004-01-06 21:11:32 +00:00

26 lines
633 B
Makefile

# New ports collection makefile for: fsck_ext2fs
# Date Created: 16 Jul 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= fsck_ext2fs
PORTVERSION= 2.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alex
MAINTAINER= ports@FreeBSD.org
COMMENT= Ext2fs filesystem consistency check and interactive repair
MAN8= fsck_ext2fs.8
do-build:
@cd ${WRKSRC}/fsck_ext2fs && ${SETENV} ${MAKE_ENV} ${MAKE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fsck_ext2fs/fsck_ext2fs ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/fsck_ext2fs/fsck_ext2fs.8 ${PREFIX}/man/man8
.include <bsd.port.mk>