diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-15 04:33:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-15 04:33:58 +0800 |
commit | 21545ca270da6e4002294e02913c32b12a31c66f (patch) | |
tree | 37e3b74b35a550e7c814a7089e0bd860c0620040 | |
parent | 5411293897dcc4e0e06d6ff58c5106632d62fe48 (diff) | |
download | freebsd-ports-gnome-21545ca270da6e4002294e02913c32b12a31c66f.tar.gz freebsd-ports-gnome-21545ca270da6e4002294e02913c32b12a31c66f.tar.zst freebsd-ports-gnome-21545ca270da6e4002294e02913c32b12a31c66f.zip |
- Switch to USES=autoreconf
-rw-r--r-- | audio/rsynth/Makefile | 2 | ||||
-rw-r--r-- | audio/rsynth/files/patch-Makefile.in | 11 |
2 files changed, 1 insertions, 12 deletions
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 |