aboutsummaryrefslogtreecommitdiff
path: root/editors/deforaos-editor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-10 14:10:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-10 14:10:50 +0000
commit1b230c4e6d1106e9ea585bc021e7c66984f01cf0 (patch)
treeee71565d1c5aec0f8f275f4ca16127fbecf14720 /editors/deforaos-editor
parentb227a061137348158b84d502b34ff926a617a30e (diff)
downloadports-1b230c4e6d1106e9ea585bc021e7c66984f01cf0.tar.gz
ports-1b230c4e6d1106e9ea585bc021e7c66984f01cf0.zip
- Respect PREFIX
PR: 174992 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=312021
Diffstat (limited to 'editors/deforaos-editor')
-rw-r--r--editors/deforaos-editor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index e071c012e03a..8f8f666e5dbe 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -5,8 +5,8 @@ PORTNAME= editor
PORTVERSION= 0.2.1
CATEGORIES= editors
MASTER_SITES= http://www.defora.org/os/download/download/3702/
-DISTNAME= Editor-${PORTVERSION}
PKGNAMEPREFIX= deforaos-
+DISTNAME= Editor-${PORTVERSION}
MAINTAINER= olivier@cochard.me
COMMENT= DeforaOS desktop text editor
@@ -16,6 +16,7 @@ LICENSE= GPLv3
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+MAKE_ARGS= PREFIX=${PREFIX}
USE_GNOME= gtk20 desktopfileutils
USE_PKGCONFIG= build
USE_GETTEXT= yes