summaryrefslogtreecommitdiff
path: root/misc/gnu-watch
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:53:45 +0000
commit81cd10f8d2bfe2ad25124f31d629351947acaa56 (patch)
tree742a328cb0389824bd34ff86bbf3e7ae02e3125a /misc/gnu-watch
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200775
Diffstat (limited to 'misc/gnu-watch')
-rw-r--r--misc/gnu-watch/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile
index ef45ccc5b100..35f95f226d3f 100644
--- a/misc/gnu-watch/Makefile
+++ b/misc/gnu-watch/Makefile
@@ -25,12 +25,6 @@ LDFLAGS+= -lncurses
MAN1= gnu-watch.1
PLIST_FILES= bin/${UNIQUENAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES+= ${FILESDIR}/extrapatch-watch.c
-.endif
-
do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
-o ${WRKSRC}/${UNIQUENAME}
@@ -39,4 +33,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${UNIQUENAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/watch.1 ${MANPREFIX}/man/man1/${UNIQUENAME}.1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>