mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Use GITHUB as MASTER_SITES. Add do-test target. Switch do DISTVERSION. Changelogs: https://github.com/xavierleroy/camlidl/tags PR: 282068 Approved by: maintainer timeout (2 weeks)
11 lines
221 B
Text
11 lines
221 B
Text
--- compiler/Makefile.orig 2024-10-13 20:49:37 UTC
|
|
+++ compiler/Makefile
|
|
@@ -82,7 +82,7 @@ install:
|
|
|
|
# Install
|
|
install:
|
|
- cp $(PROG) $(BINDIR)
|
|
+ $(BSD_INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(BINDIR)
|
|
|
|
# Clean up
|
|
clean::
|