From 6051a78ca2c2555809f8c7b5226c044684dd9cb3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 14 Nov 2015 20:33:58 +0000 Subject: [PATCH] - Switch to USES=autoreconf --- audio/rsynth/Makefile | 2 +- audio/rsynth/files/patch-Makefile.in | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 audio/rsynth/files/patch-Makefile.in diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 32c468290f40..b12d8f3e9ccf 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -14,8 +14,8 @@ COMMENT= Speech synthesizer LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libaudio.so:${PORTSDIR}/audio/nas +USES= autoreconf GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c diff --git a/audio/rsynth/files/patch-Makefile.in b/audio/rsynth/files/patch-Makefile.in deleted file mode 100644 index d2f780df5b19..000000000000 --- a/audio/rsynth/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile.in.org Tue Nov 8 05:30:52 1994 -+++ ./Makefile.in Mon Jul 3 21:29:28 1995 -@@ -67,7 +67,7 @@ - for f in $(PROGS); do \ - $(INSTALL_PROG) $$f $(BIN_DIR); \ - done -- $(INSTALL) -d $(LIB_DIR) -+ if [ ! -d $(LIB_DIR) ]; then mkdir -p $(LIB_DIR); fi - for f in $(DICTS); do \ - $(INSTALL_DATA) $$f $(LIB_DIR); \ - done