svn commit: r309890 - head/devel/deforaos-libsystem
Ruslan Mahmatkhanov
rm at FreeBSD.org
Thu Jan 3 15:43:32 UTC 2013
Author: rm
Date: Thu Jan 3 15:43:31 2013
New Revision: 309890
URL: http://svnweb.freebsd.org/changeset/ports/309890
Log:
- make it PREFIX-safe
- bump PORTREVISION
PR: 174829
Submitted by: olivier at cochard.me (maintainer)
Modified:
head/devel/deforaos-libsystem/Makefile
Modified: head/devel/deforaos-libsystem/Makefile
==============================================================================
--- head/devel/deforaos-libsystem/Makefile Thu Jan 3 15:41:53 2013 (r309889)
+++ head/devel/deforaos-libsystem/Makefile Thu Jan 3 15:43:31 2013 (r309890)
@@ -3,6 +3,7 @@
PORTNAME= libsystem
PORTVERSION= 0.1.6
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.defora.org/os/download/download/3527/
DISTNAME= libSystem-${PORTVERSION}
@@ -15,6 +16,7 @@ LICENSE= GPLv3
USE_LDCONFIG= yes
USE_PKGCONFIG= build
+MAKE_ARGS+= PREFIX=${PREFIX}
post-patch:
${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
More information about the svn-ports-head
mailing list