diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-02-22 08:20:23 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-02-22 08:20:23 +0800 |
commit | 9b31d7b81f8c298e3be5f5c630e83185844e02ee (patch) | |
tree | 9d9335a6f3ea38d82cb69fe76132577e3364d2c2 /www | |
parent | 35fd56d7e624b461b0c614a85be61c4f9b3c7c15 (diff) | |
download | freebsd-ports-gnome-9b31d7b81f8c298e3be5f5c630e83185844e02ee.tar.gz freebsd-ports-gnome-9b31d7b81f8c298e3be5f5c630e83185844e02ee.tar.zst freebsd-ports-gnome-9b31d7b81f8c298e3be5f5c630e83185844e02ee.zip |
- fix pkg-plist if installed from port (leftover in httpd.conf)
- remove MD5 from distfile
Reference:
PR ports/147009
PR: ports/154756
Submitted by: myself
Approved by: maintainer timeout
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/distinfo | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index b8673164505f..ba842fb9a46e 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -34,6 +34,7 @@ USE_APACHE= 1.3+ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 +PLIST_DIRSTRY+= www/icons .endif MAN3= Apache::Gallery.3 diff --git a/www/p5-Apache-Gallery/distinfo b/www/p5-Apache-Gallery/distinfo index 23e0b65a4b20..081c60702c57 100644 --- a/www/p5-Apache-Gallery/distinfo +++ b/www/p5-Apache-Gallery/distinfo @@ -1,3 +1,2 @@ -MD5 (Apache-Gallery-1.0RC3.tar.gz) = a705cbecf2f124d18a3bde3fc36384e8 SHA256 (Apache-Gallery-1.0RC3.tar.gz) = 9a7ab7566d811bb21dd27bc9a27cdcfb2c7a96c01727ad9a04313fc80e68e1f7 SIZE (Apache-Gallery-1.0RC3.tar.gz) = 83891 |