diff options
author | tota <tota@FreeBSD.org> | 2013-03-29 18:19:41 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-03-29 18:19:41 +0800 |
commit | 5604c41cc7d7d950a279736b57feba4fcdbda63b (patch) | |
tree | 1e698d8a9709cc30cc8e4ed33571da9ca7015bc9 | |
parent | 9a4a1c901bc88c0791b6917e4a23ee75d7173d40 (diff) | |
download | freebsd-ports-gnome-5604c41cc7d7d950a279736b57feba4fcdbda63b.tar.gz freebsd-ports-gnome-5604c41cc7d7d950a279736b57feba4fcdbda63b.tar.zst freebsd-ports-gnome-5604c41cc7d7d950a279736b57feba4fcdbda63b.zip |
- Fix pkg-plist
Reported by: pointyhat (miwi)
-rw-r--r-- | www/testlink/Makefile | 1 | ||||
-rw-r--r-- | www/testlink/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/www/testlink/Makefile b/www/testlink/Makefile index ff3c5c0e91f7..cf2094d8f16e 100644 --- a/www/testlink/Makefile +++ b/www/testlink/Makefile @@ -2,6 +2,7 @@ PORTNAME= testlink PORTVERSION= 1.9.6 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} diff --git a/www/testlink/pkg-plist b/www/testlink/pkg-plist index eebca0fc003f..0694b01ac47f 100644 --- a/www/testlink/pkg-plist +++ b/www/testlink/pkg-plist @@ -1014,10 +1014,6 @@ %%WWWDIR%%/locale/zh_CN/texts.php %%WWWDIR%%/login.php %%WWWDIR%%/logout.php -%%WWWDIR%%/logs/audits.log -%%WWWDIR%%/logs/config_check.txt -%%WWWDIR%%/logs/userlog0.log -%%WWWDIR%%/logs/userlog1.log %%WWWDIR%%/lostPassword.php %%WWWDIR%%/third_party/Zend/Exception.php %%WWWDIR%%/third_party/Zend/Http/Client.php |