diff options
author | heinz <heinz@pkgsrc.org> | 2009-12-11 17:21:30 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2009-12-11 17:21:30 +0000 |
commit | b0e52bbd2a505b74da263d55270a9555c9840968 (patch) | |
tree | 5c124980ce961a3055335713b9fa2e735b4b5f79 /sysutils | |
parent | b50fe88f7391391048a63b2305fbc3ab302c2bc8 (diff) | |
download | pkgsrc-b0e52bbd2a505b74da263d55270a9555c9840968.tar.gz |
Added DESTDIR support.
This should fix PR pkg/42439 by Lloyd Parkes.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 3f657d8db70..0bd989e55b0 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2008/07/29 17:21:39 pgoyette Exp $ +# $NetBSD: Makefile,v 1.47 2009/12/11 17:21:30 heinz Exp $ PKGNAME= amanda-common-${VERS} SVR4_PKGNAME= amaco @@ -6,6 +6,7 @@ PKGREVISION= 2 COMMENT= Common libraries and binaries for Amanda +PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" .include "../../sysutils/amanda-common/Makefile.common" |