mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3eb2c4063c
means, it is obtained from OpenBSD 2.8. Submitted by: Roman Shterenzon <roman@xpert.com>
26 lines
567 B
Makefile
26 lines
567 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= roman@xpert.com
|
|
|
|
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>
|