aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rfstool
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
committerpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
commit8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch)
tree06fbb407306ac7e1b7b00946df69737e787c8891 /sysutils/rfstool
parente32973556a174646ad93cdf1b43963a9fc18eb55 (diff)
downloadfreebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip
- Remove conditional checks for FreeBSD 5.x and older
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>