diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:57:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 15:57:19 +0800 |
commit | 489dbb0a0af0466d61071bf640ed842152a579d3 (patch) | |
tree | 0bf1685d7967393645773ad9eefce42338acbdc4 /audio/schism | |
parent | baa9a61e1144045995269c61bbf122c75fa68c57 (diff) | |
download | freebsd-ports-gnome-489dbb0a0af0466d61071bf640ed842152a579d3.tar.gz freebsd-ports-gnome-489dbb0a0af0466d61071bf640ed842152a579d3.tar.zst freebsd-ports-gnome-489dbb0a0af0466d61071bf640ed842152a579d3.zip |
Cleanup non-supported FreeBSD versions
PR: 111688
Submitted by: edwin
Diffstat (limited to 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
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 <bsd.port.pre.mk> - -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 <bsd.port.post.mk> +.include <bsd.port.mk> |