mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
PR 88049 marked comms/birda as deprecated because the old distfile is no longer available on NetBSD's ftp server. This is because they now ship birda-1.1 This patch updates the port to 1.1, unbreaking birda. I use this port routinely and would hate to see it gone. I would be happy to be maintainer of birda if current maintainer has no interest maintaining it. PR: ports/88968 Submitted by: Matthew Luckie <mjl@luckie.org.nz> ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically distinfo CVS: Added Files: CVS: files/patch-lib-Makefile CVS: Removed Files: CVS: files/patch-iassrv.c CVS: ----------------------------------------------------------------------
9 lines
194 B
Text
9 lines
194 B
Text
--- lib/Makefile.orig Mon Nov 14 10:43:07 2005
|
|
+++ lib/Makefile Mon Nov 14 10:42:14 2005
|
|
@@ -9,4 +9,6 @@
|
|
NOPIC= yes
|
|
MKLINKLIB= no
|
|
|
|
+install:
|
|
+
|
|
.include <bsd.lib.mk>
|