summaryrefslogtreecommitdiff
path: root/graphics/metacam
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:14:50 +0000
commit42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch)
treefaaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/metacam
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=200773
Diffstat (limited to 'graphics/metacam')
-rw-r--r--graphics/metacam/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile
index c5edb953d448..ea0a55fbcf28 100644
--- a/graphics/metacam/Makefile
+++ b/graphics/metacam/Makefile
@@ -30,14 +30,6 @@ MAN1= metacam.1
ALL_TARGET= ${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-post-patch:
- @${REINPLACE_CMD} -e 's|<\(getopt\.h\)>|"\1"|' ${WRKSRC}/${PORTNAME}.cc
- ${CP} ${FILESDIR}/getopt.h ${WRKSRC}
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${MANPREFIX}/man/man1
@@ -49,4 +41,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>