diff options
author | joerg <joerg@pkgsrc.org> | 2010-07-11 17:41:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-07-11 17:41:01 +0000 |
commit | f190f3f229ac83d131845755c044c792893fb6f5 (patch) | |
tree | 57dbb62152967f4043561be0f764d493cbc34b52 /sysutils/wbm-quota | |
parent | 03fd660ff8526599bdf52bc1f8f0710c7969da69 (diff) | |
download | pkgsrc-f190f3f229ac83d131845755c044c792893fb6f5.tar.gz |
DESTDIR support for webmin packages.
Diffstat (limited to 'sysutils/wbm-quota')
-rw-r--r-- | sysutils/wbm-quota/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wbm-quota/Makefile b/sysutils/wbm-quota/Makefile index 6e815e84110..132bc2e9dd5 100644 --- a/sysutils/wbm-quota/Makefile +++ b/sysutils/wbm-quota/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:04 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/11 17:41:06 joerg Exp $ WBM_NAME= quota @@ -6,5 +6,7 @@ WBM_DEPEND_MODULES+= mount COMMENT= Webmin module to setup disk quotas +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" |