diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-12-15 22:11:20 +0000 |
commit | 8136ee5a9f5c3f3e66da24d4274044b6e9925608 (patch) | |
tree | 04a297afc1f15cc989bfa9a4b4fac1df43caa203 /www/mod_umask | |
parent | ab634dd8ea38be988cfaa5b7560132a6acc30d26 (diff) |
Notes
Diffstat (limited to 'www/mod_umask')
-rw-r--r-- | www/mod_umask/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_umask/Makefile b/www/mod_umask/Makefile index 30614305fcf2..ce1276a41671 100644 --- a/www/mod_umask/Makefile +++ b/www/mod_umask/Makefile @@ -11,6 +11,7 @@ DIST_SUBDIR= apache2 MAINTAINER= gebhart@secnetix.de COMMENT= Apache 2.x module to set umask of created files +LICENSE= AL2 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -20,5 +21,4 @@ AP_FAST_BUILD= yes AP_GENPLIST= yes SRC_FILE= src/${PORTNAME}.c -NO_STAGE= yes .include <bsd.port.mk> |