diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-18 10:05:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-18 10:05:48 +0000 |
commit | 15c8f18764c62fc1a150339d7247c87e8c10ac05 (patch) | |
tree | 254f5324d1825d749172e30e73430b6d5cbfe833 /devel/m4/Makefile | |
parent | 870b2773a3065040f46562dfb45f6c7fafd3ba29 (diff) | |
download | pkgsrc-15c8f18764c62fc1a150339d7247c87e8c10ac05.tar.gz |
Remove DragonFly workaround that's no longer necessary.
From Johannes Hofmann in PR 42926.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 42fb0d2975a..696128a26a0 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2010/02/26 15:31:42 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2010/03/18 10:05:48 wiz Exp $ DISTNAME= m4-1.4.14 CATEGORIES= devel @@ -35,11 +35,6 @@ PLIST.gm4= yes CFLAGS+= -D_LINUX_SOURCE_COMPAT .endif -.if ${OPSYS} == "DragonFly" -post-patch: - ${CP} ${FILESDIR}/bsd-fflush.c ${WRKSRC}/lib/fflush.c -.endif - post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/m4 ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${DESTDIR}${PREFIX}/share/examples/m4 |