Index: head/devel/libsysinfo/Makefile =================================================================== --- head/devel/libsysinfo/Makefile (revision 345829) +++ head/devel/libsysinfo/Makefile (revision 345830) @@ -1,29 +1,28 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= libsysinfo PORTVERSION= 0.0.2 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE MAINTAINER= jwbacon@tds.net COMMENT= GNU libc's sysinfo port for FreeBSD -LICENSE= BSD +LICENSE= BSD3CLAUSE +USES= uidfix USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd LDFLAGS+= -lkvm PLIST_FILES= include/sys/sysinfo.h \ - lib/libsysinfo.a \ - lib/libsysinfo.so \ - lib/libsysinfo.so.0 + lib/libsysinfo.a \ + lib/libsysinfo.so \ + lib/libsysinfo.so.0 \ + man/man3/sysinfo.3.gz PLIST_DIRSTRY= include/sys -MAN3= sysinfo.3 - -NO_STAGE= yes .include Index: head/devel/libsysinfo/files/patch-Makefile =================================================================== --- head/devel/libsysinfo/files/patch-Makefile (nonexistent) +++ head/devel/libsysinfo/files/patch-Makefile (revision 345830) @@ -0,0 +1,12 @@ +--- ./Makefile.orig 2012-04-15 10:37:42.000000000 -0400 ++++ ./Makefile 2014-02-24 07:11:37.000000000 -0500 +@@ -1,7 +1,7 @@ + LIB = sysinfo + LIBDIR = ${PREFIX}/lib/ +-INCLUDEDIR = ${PREFIX}/include/sys/ +-MANDIR = ${PREFIX}/man/man3 ++INCLUDEDIR = ${DESTDIR}${PREFIX}/include/sys/ ++MANDIR = ${DESTDIR}${PREFIX}/man/man3 + SHLIB_MAJOR = 0 + WITHOUT_PROFILE = yes + MAKEOBJDIRPREFIX= / Property changes on: head/devel/libsysinfo/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property