diff options
author | joerg <joerg> | 2010-07-11 17:41:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-07-11 17:41:01 +0000 |
commit | b398587008c6ed30ac35bb090e1a903ca36320ed (patch) | |
tree | 57dbb62152967f4043561be0f764d493cbc34b52 /sysutils/wbm-dhcpd/Makefile | |
parent | cd879363d18a8f7a24f8daf65f3c1f8c354dd9a3 (diff) | |
download | pkgsrc-b398587008c6ed30ac35bb090e1a903ca36320ed.tar.gz |
DESTDIR support for webmin packages.
Diffstat (limited to 'sysutils/wbm-dhcpd/Makefile')
-rw-r--r-- | sysutils/wbm-dhcpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wbm-dhcpd/Makefile b/sysutils/wbm-dhcpd/Makefile index 3f42242d6d8..8d65f9909d5 100644 --- a/sysutils/wbm-dhcpd/Makefile +++ b/sysutils/wbm-dhcpd/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:00 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/07/11 17:41:03 joerg Exp $ WBM_NAME= dhcpd COMMENT= Webmin module for managing ISC DHCPd +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" |