diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-10 22:10:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-10 22:10:50 +0800 |
commit | 0d1bb43f24b18b532f23a82afa4e8f61bad27ddd (patch) | |
tree | ee71565d1c5aec0f8f275f4ca16127fbecf14720 /editors | |
parent | 2c7623196e6cc152aac9f92488ad4376f3273420 (diff) | |
download | freebsd-ports-gnome-0d1bb43f24b18b532f23a82afa4e8f61bad27ddd.tar.gz freebsd-ports-gnome-0d1bb43f24b18b532f23a82afa4e8f61bad27ddd.tar.zst freebsd-ports-gnome-0d1bb43f24b18b532f23a82afa4e8f61bad27ddd.zip |
- Respect PREFIX
PR: 174992
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/deforaos-editor/Makefile | 3 |
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 |