diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
commit | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch) | |
tree | 2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/dd_rescue | |
parent | 50ef8aeab64606f46790199997daf350fce5ea76 (diff) | |
download | freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst freebsd-ports-graphics-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/dd_rescue')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index e46115c99bd..370e329fd77 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -17,12 +17,6 @@ USE_GETOPT_LONG=yes WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lgnugetopt" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin .if !defined(NOPORTDOCS) @@ -30,4 +24,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |