aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2013-07-03 11:01:20 +0800
committerlinimon <linimon@FreeBSD.org>2013-07-03 11:01:20 +0800
commit5827e6d0749730997cfe28c177a58cad093c5dec (patch)
treece819df57654b6f23104df3222984e28df60e60e
parent24c9f3b8aad0e3cfbd776ce02f2f3a1cab68bb9e (diff)
downloadfreebsd-ports-gnome-5827e6d0749730997cfe28c177a58cad093c5dec.tar.gz
freebsd-ports-gnome-5827e6d0749730997cfe28c177a58cad093c5dec.tar.zst
freebsd-ports-gnome-5827e6d0749730997cfe28c177a58cad093c5dec.zip
rodrigc's commit bit has been taken in for safekeeping.
-rw-r--r--sysutils/xfsprogs/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile
index 08dd64306ea7..5a9f11df8d91 100644
--- a/sysutils/xfsprogs/Makefile
+++ b/sysutils/xfsprogs/Makefile
@@ -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' \