patch-Imakefile 520 B

12345678910111213141516171819
  1. $OpenBSD: patch-Imakefile,v 1.1.1.1 2011/05/22 12:32:41 schwarze Exp $
  2. --- Imakefile.orig Fri Feb 2 00:25:28 2001
  3. +++ Imakefile Wed May 18 15:00:23 2011
  4. @@ -17,13 +17,10 @@ XCOMM License along with this program; if not, write t
  5. XCOMM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  6. XCOMM
  7. -BINDIR = /usr/local/bin
  8. -MANDIR = /usr/local/man/cat1
  9. -
  10. LOCAL_LIBRARIES = $(XLIB)
  11. SRCS = xbattbar.c
  12. OBJS = xbattbar.o
  13. TARGET = xbattbar
  14. -ComplexProgramTarget($(TARGET))
  15. +ComplexProgramTargetNoMan($(TARGET))