aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-05-02 07:19:03 +0800
committerrafan <rafan@FreeBSD.org>2007-05-02 07:19:03 +0800
commitf238c46119030511956ec28b46628b0c02f919f4 (patch)
tree059ef014190813854195f3c287ed3209cead8854 /sysutils
parentbce539f5642ba50aa14a27a326129f0081dade78 (diff)
downloadfreebsd-ports-graphics-f238c46119030511956ec28b46628b0c02f919f4.tar.gz
freebsd-ports-graphics-f238c46119030511956ec28b46628b0c02f919f4.tar.zst
freebsd-ports-graphics-f238c46119030511956ec28b46628b0c02f919f4.zip
- Really remove WARNS settings. Unless someone wants to fix the build on ia64,
we won't put it back. PR: ports/112330 Submitted by: maintainer Discussed with: maintainer, author and kris
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ffs2recov/Makefile3
-rw-r--r--sysutils/ffs2recov/files/Makefile10
2 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile
index baaa28cde87..1de3427704a 100644
--- a/sysutils/ffs2recov/Makefile
+++ b/sysutils/ffs2recov/Makefile
@@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= ffs2recov.8
PLIST_FILES= sbin/ffs2recov
-MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man
+MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \
+ WARNS=0
.include <bsd.port.mk>
diff --git a/sysutils/ffs2recov/files/Makefile b/sysutils/ffs2recov/files/Makefile
deleted file mode 100644
index de4c8c4bc4a..00000000000
--- a/sysutils/ffs2recov/files/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-PROG= ffs2recov
-SRCS= main.c block.c inode.c io.c super.c
-MAN= ffs2recov.8
-
-DPADD= ${LIBUFS}
-LDADD= -lufs
-
-.include <bsd.prog.mk>