diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch) | |
tree | faaedbe6ae8110bb19ce982907b65ca7c487c291 /graphics/metacam | |
parent | f7c0630cd25902e9d0299337f0075f1969f3c15c (diff) |
Notes
Diffstat (limited to 'graphics/metacam')
-rw-r--r-- | graphics/metacam/Makefile | 10 |
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> |