diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 16:08:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 16:08:17 +0000 |
commit | c1c625a7d5c14f6a64358fb8b1edeaadc385ed8f (patch) | |
tree | 2adfb26d03d389ef79e40c780a9b644498273636 /comms/efax-gtk | |
parent | 379728b3358fb6d742cce18977cf0cc46d0b704c (diff) | |
download | pkgsrc-c1c625a7d5c14f6a64358fb8b1edeaadc385ed8f.tar.gz |
DESTDIR support
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index b58dc9f4edd..7b3b792cc75 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2010/01/18 09:58:41 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2010/01/29 16:17:33 joerg Exp $ DISTNAME= efax-gtk-3.0.20.src PKGNAME= efax-gtk-3.0.20 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://efax-gtk.sourceforge.net/ COMMENT= GTK frontend for efax +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |