aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-01-03 23:43:31 +0800
committerrm <rm@FreeBSD.org>2013-01-03 23:43:31 +0800
commitbd8bf6217086a92f7c5451a118182328bdc7b484 (patch)
tree36ce73271dcde8439c8c340207c5f159d94cbf11 /devel
parent180d690c207553d459efcef459c64e279a6d8246 (diff)
downloadfreebsd-ports-gnome-bd8bf6217086a92f7c5451a118182328bdc7b484.tar.gz
freebsd-ports-gnome-bd8bf6217086a92f7c5451a118182328bdc7b484.tar.zst
freebsd-ports-gnome-bd8bf6217086a92f7c5451a118182328bdc7b484.zip
- make it PREFIX-safe
- bump PORTREVISION PR: 174829 Submitted by: olivier@cochard.me (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/deforaos-libsystem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/deforaos-libsystem/Makefile b/devel/deforaos-libsystem/Makefile
index c1cac76da507..de0ba19a8272 100644
--- a/devel/deforaos-libsystem/Makefile
+++ b/devel/deforaos-libsystem/Makefile
@@ -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' \