aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rfstool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rfstool/Makefile')
-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>