diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-17 06:48:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-17 06:48:23 +0800 |
commit | 21a1c7389070146eae904b51dfd74fc1aaa67223 (patch) | |
tree | 9b79827d9071ee75af97bb3879b8ee4f7fb6fc32 /x11 | |
parent | def9c8444238039f5729daeb6982f5ff2aa5b147 (diff) | |
download | freebsd-ports-gnome-21a1c7389070146eae904b51dfd74fc1aaa67223.tar.gz freebsd-ports-gnome-21a1c7389070146eae904b51dfd74fc1aaa67223.tar.zst freebsd-ports-gnome-21a1c7389070146eae904b51dfd74fc1aaa67223.zip |
Don't depend on autoconf, but rather, remove the need for it.
Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/twin/Makefile | 1 | ||||
-rw-r--r-- | x11/twin/files/patch-Makefile | 31 |
2 files changed, 20 insertions, 12 deletions
diff --git a/x11/twin/Makefile b/x11/twin/Makefile index e7684bce25d4..ed042a9f169b 100644 --- a/x11/twin/Makefile +++ b/x11/twin/Makefile @@ -17,7 +17,6 @@ COMMENT= A text-mode window manager and terminal emulator RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 -USE_AUTOCONF= yes USE_BISON= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/x11/twin/files/patch-Makefile b/x11/twin/files/patch-Makefile index 6a33e9b3f108..4f128d00aeca 100644 --- a/x11/twin/files/patch-Makefile +++ b/x11/twin/files/patch-Makefile @@ -1,13 +1,22 @@ ---- docs/Makefile.orig Sun Jul 7 18:19:14 2002 -+++ docs/Makefile Sun Jul 7 18:19:35 2002 -@@ -49,8 +49,8 @@ - clean: +--- Makefile.in Sun Aug 17 01:27:52 2003 ++++ Makefile.in.patch Sun Aug 17 01:32:21 2003 +@@ -90,7 +90,7 @@ + fi + configure: configure.in $(ADMIN_LIBTOOLS) $(ADMIN_ACLOCAL) include/autoconf.h.in +- rm -f $@ && autoconf --localdir=admin ++# rm -f $@ && autoconf --localdir=admin + + include/autoconf.h.in: configure.in + rm -f $@ && autoheader +@@ -158,8 +158,8 @@ + + # install: -- $(INSTALL-DIR) $(DESTDIR)$(datadir)/man/man1 && \ -- $(INSTALL-TXT) twin.1 $(DESTDIR)$(datadir)/man/man1 ; \ -+ $(INSTALL-DIR) $(DESTDIR)$(prefix)/man/man1 && \ -+ $(INSTALL-TXT) twin.1 $(DESTDIR)$(prefix)/man/man1 ; \ - $(INSTALL-DIR) $(DESTDIR)$(datadir)/twin/docs - $(INSTALL-TXT) $(DOCS) $(DESTDIR)$(datadir)/twin/docs - $(INSTALL-TXT) $(TOPDOCS) $(DESTDIR)$(datadir)/twin +- $(INSTALL-DIR) $(DESTDIR)$(libdir)/twin +- $(INSTALL-TXT) system.twinrc $(DESTDIR)$(libdir)/twin ++ $(INSTALL-DIR) $(DESTDIR)$(prefix)/man/man1 ++ $(INSTALL-TXT) twin.1 $(DESTDIR)$(prefix)/man/man1 + $(LN) system.twinrc $(DESTDIR)$(libdir)/twin/.twinrc + $(INSTALL-BIN) system.twenvrc.sh $(DESTDIR)$(libdir)/twin + $(LN) system.twenvrc.sh $(DESTDIR)$(libdir)/twin/.twenvrc.sh |