rodrigc's commit bit has been taken in for safekeeping.

This commit is contained in:
Mark Linimon 2013-07-03 03:01:20 +00:00
parent f20ac572f1
commit d8f9e671fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322213

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: xfsprogs
# Date created: Wed Jun 1 21:48:59 EDT 2005
# Whom: Craig Rodrigues <rodrigc@FreeBSD.org>
#
# Created by: Craig Rodrigues <rodrigc@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= xfsprogs
PORTVERSION= 2.9.4
@ -14,7 +10,7 @@ MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= -1.tar.gz
MAINTAINER= rodrigc@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities and library to manipulate an xfs filesystem
USE_GMAKE= yes
@ -35,10 +31,6 @@ MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8 xfs_bmap.8 xfs_check.8 \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= Does not compile on less than FreeBSD 7.x
.endif
post-extract:
${LN} -sf ${WRKDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC}
${REINPLACE_CMD} -e '/utmp/d' \