diff options
Diffstat (limited to 'sysutils/wbm-htaccess-htpasswd/Makefile')
-rw-r--r-- | sysutils/wbm-htaccess-htpasswd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/wbm-htaccess-htpasswd/Makefile b/sysutils/wbm-htaccess-htpasswd/Makefile index 6736f2dc576..2b87904fd4c 100644 --- a/sysutils/wbm-htaccess-htpasswd/Makefile +++ b/sysutils/wbm-htaccess-htpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/07/11 17:41:04 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/23 19:51:31 asau Exp $ WBM_NAME= htaccess-htpasswd @@ -6,7 +6,5 @@ WBM_DEPEND_MODULES= apache useradmin COMMENT= Webmin module to protect Apache web-accessible directories -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" |