aboutsummaryrefslogtreecommitdiff
path: root/x11/deforaos-keyboard
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-03 15:47:41 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-03 15:47:41 +0000
commitbf51926333d820ec68fad673e657fb5190c4cd5e (patch)
treefec1e0ee92f1e3f7000e34d2e1c1edd9e7e5869a /x11/deforaos-keyboard
parent70ccde2a6f9f58f82deb3873a93575129d01af7a (diff)
downloadports-bf51926333d820ec68fad673e657fb5190c4cd5e.tar.gz
ports-bf51926333d820ec68fad673e657fb5190c4cd5e.zip
- make it PREFIX-safe
- bump PORTREVISION PR: 174833 Submitted by: olivier@cochard.me (maintainer)
Notes
Notes: svn path=/head/; revision=309893
Diffstat (limited to 'x11/deforaos-keyboard')
-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>