aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-01-03 23:47:41 +0800
committerrm <rm@FreeBSD.org>2013-01-03 23:47:41 +0800
commit07d8a95325a36e7003cddff49f461d10dbe6a854 (patch)
treefec1e0ee92f1e3f7000e34d2e1c1edd9e7e5869a /x11
parent1401899bca231972fabc7213e48cbd80407ecc21 (diff)
downloadfreebsd-ports-gnome-07d8a95325a36e7003cddff49f461d10dbe6a854.tar.gz
freebsd-ports-gnome-07d8a95325a36e7003cddff49f461d10dbe6a854.tar.zst
freebsd-ports-gnome-07d8a95325a36e7003cddff49f461d10dbe6a854.zip
- make it PREFIX-safe
- bump PORTREVISION PR: 174833 Submitted by: olivier@cochard.me (maintainer)
Diffstat (limited to 'x11')
-rw-r--r--x11/deforaos-keyboard/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/deforaos-keyboard/Makefile b/x11/deforaos-keyboard/Makefile
index 999d72445b63..f36c6b0ed2a2 100644
--- a/x11/deforaos-keyboard/Makefile
+++ b/x11/deforaos-keyboard/Makefile
@@ -3,6 +3,7 @@
PORTNAME= keyboard
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.defora.org/os/download/download/3696/
DISTNAME= Keyboard-${PORTVERSION}
@@ -19,5 +20,6 @@ USE_GNOME= gtk20
USE_PKGCONFIG= build
USE_XORG= xtst
USE_GETTEXT= yes
+MAKE_ARGS+= PREFIX=${PREFIX}
.include <bsd.port.mk>