pkgsrc/net/unison/patches/patch-aa
tonio cd8295953c Update net/unison to 2.13.16 (Fix PR 31345)
Update maintainer, i'm taking this one
2005-09-27 14:46:08 +00:00

40 lines
1.2 KiB
Text

$NetBSD: patch-aa,v 1.6 2005/09/27 14:46:08 tonio Exp $
--- Makefile.orig 2005-07-03 00:44:28.000000000 +0200
+++ Makefile
@@ -39,7 +39,7 @@ all:: INSTALL
INSTALL: $(NAME)$(EXEC_EXT)
# file isn't made for OS X, so check that it's there first
- (if [ -f $(NAME) ]; then ./$(NAME) -doc install > INSTALLATION; fi)
+## (if [ -f $(NAME) ]; then ./$(NAME) -doc install > INSTALLATION; fi)
########################################################################
## Miscellaneous developer-only switches
@@ -68,16 +68,13 @@ include Makefile.OCaml
######################################################################
# Installation
-INSTALLDIR = $(HOME)/bin/
+INSTALLDIR = $(PREFIX)/bin/
# This has two names because on OSX the file INSTALL shadows the target 'install'!
install: doinstall
doinstall: $(NAME)$(EXEC_EXT)
- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT)
-
######################################################################
# Demo
@@ -355,7 +352,7 @@ testmerge:
tags:
-$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt
-all:: TAGS
+#all:: TAGS
TAGS:
$(MAKE) tags