mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
New MASTER_SITES Fix WWW Fix locale Fix empty dvd_path Fix FreeBSD macros Fix getmntinfo Add german manpage
12 lines
262 B
Makefile
12 lines
262 B
Makefile
--- Makefile.am.orig 2022-05-03 19:55:34 UTC
|
|
+++ Makefile.am
|
|
@@ -15,7 +15,7 @@ dist_doc_DATA = alternative_programs.txt Changelog REA
|
|
|
|
intl/de/vobcopy.1: vobcopy.1.de
|
|
$(MKDIR_P) intl/de
|
|
- ln $< $@
|
|
+ ln ${.ALLSRC} $@
|
|
|
|
MOSTLYCLEANFILES = intl/de/vobcopy.1
|
|
|