From 489dbb0a0af0466d61071bf640ed842152a579d3 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Mon, 16 Apr 2007 07:57:19 +0000 Subject: Cleanup non-supported FreeBSD versions PR: 111688 Submitted by: edwin --- audio/schism/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'audio/schism') diff --git a/audio/schism/Makefile b/audio/schism/Makefile index 16c0f6be7cee..4797ee18f71e 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -34,15 +34,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ PLIST_FILES= bin/${PORTNAME} -.include - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|getopt\.h|unistd\.h|' \ - ${WRKSRC}/src/bin2h.c -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin -.include +.include -- cgit