diff options
author | joerg <joerg> | 2010-01-29 16:08:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 16:08:17 +0000 |
commit | d0f2618cd8ce47eb15c944c560e73c9291c772f3 (patch) | |
tree | 2adfb26d03d389ef79e40c780a9b644498273636 /comms/efax-gtk | |
parent | 696a1cd783e0c68c93e2aa4c725b685f35dee5d7 (diff) | |
download | pkgsrc-d0f2618cd8ce47eb15c944c560e73c9291c772f3.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 |