diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 00:43:28 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-25 00:43:28 +0800 |
commit | 948c9e8cc42113329e41b34c6211525005bebbec (patch) | |
tree | be64c457c953695fa202a83810d5340a5015ace0 /www/gallery3 | |
parent | dfbd07b013b1fc0fde11c071d1e15a537ed6ef38 (diff) | |
download | freebsd-ports-gnome-948c9e8cc42113329e41b34c6211525005bebbec.tar.gz freebsd-ports-gnome-948c9e8cc42113329e41b34c6211525005bebbec.tar.zst freebsd-ports-gnome-948c9e8cc42113329e41b34c6211525005bebbec.zip |
- WWWOWN and WWWGRP are defined in bsd.port.mk
Diffstat (limited to 'www/gallery3')
-rw-r--r-- | www/gallery3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 39c1c6208ecc..5be821e056f4 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -26,8 +26,6 @@ CPIOARGS= --quiet -pdum -R PLIST_SUB+= GALLERY2DIR=${GALLERY2DIR} GALLERY2DIR?= www/gallery2 -WWWOWN?= www -WWWGRP?= www # Note that USE_PHP must be set before bsd.port.pre.mk is included, so # OPTIONS can't be used right now without making portlint angry |