aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rfstool
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-06 17:59:31 +0000
commitb2a96c6df1c8809216eced623ec37a8372b3216e (patch)
tree0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /sysutils/rfstool
parent87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff)
Notes
Diffstat (limited to 'sysutils/rfstool')
-rw-r--r--sysutils/rfstool/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile
index 303f9ab55603..874348a6cdfd 100644
--- a/sysutils/rfstool/Makefile
+++ b/sysutils/rfstool/Makefile
@@ -17,13 +17,7 @@ COMMENT= Read from a Reiser file system
PLIST_FILES= bin/rfstool
USE_ZIP= yes
WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500035
MAKEFILE= makefile.gcc3x
-.else
-MAKEFILE= makefile.gcc2x
-.endif
post-extract:
@${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE}
@@ -31,4 +25,4 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>