freebsd-ports/lang/erlang/files/patch-ab
Pierre Beyssac 2921f400fb Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@inf.enst.fr
2001-01-23 20:50:38 +00:00

13 lines
333 B
Plaintext

--- lib/inets/priv/Makefile.orig Tue Nov 28 20:38:31 2000
+++ lib/inets/priv/Makefile Tue Nov 28 20:38:38 2000
@@ -57,7 +57,7 @@
release_spec: opt
$(INSTALL_DIR) $(RELSYSDIR)/priv/bin
- $(INSTALL_PROGRAM) $(EXECUTABLES) $(RELSYSDIR)/priv/bin
+ $(INSTALL_SCRIPT) $(EXECUTABLES) $(RELSYSDIR)/priv/bin
release_docs_spec:
# End