openbsd-ports/net/libnet/1.1/patches/patch-include_Makefile_in
msf 35989e5539 - split libnet port into two versions
- worked on by myself, pvalchev and mjc

"put it in" pvalchev@
2005-05-23 23:50:39 +00:00

17 lines
562 B
Plaintext

$OpenBSD: patch-include_Makefile_in,v 1.1 2005/05/23 23:50:40 msf Exp $
--- include/Makefile.in.orig Thu Mar 11 13:50:20 2004
+++ include/Makefile.in Fri Sep 10 12:22:44 2004
@@ -37,10 +37,10 @@ datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
-libdir = @libdir@
+libdir = @libdir@/libnet-1.1
infodir = @infodir@
mandir = @mandir@
-includedir = @includedir@
+includedir = @includedir@/libnet-1.1
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@