diff options
author | erh <erh@pkgsrc.org> | 2004-04-29 15:56:31 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2004-04-29 15:56:31 +0000 |
commit | f185ebef4a9f18edf5225803b6c679455db5417c (patch) | |
tree | 486a2b8a21e92da535d9cc05ded8e57e0de2df75 /www | |
parent | 2252fb7b709c26cf1c71997ce4dd6c833c750b5e (diff) | |
download | pkgsrc-f185ebef4a9f18edf5225803b6c679455db5417c.tar.gz |
Fix comments, automatic directory removal is due to the PKG_SYSCONFDIR
setting, not CONF_FILES.
Diffstat (limited to 'www')
-rw-r--r-- | www/jakarta-tomcat4/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/jakarta-tomcat4/PLIST b/www/jakarta-tomcat4/PLIST index 94acf9db2e1..8938b0234b4 100644 --- a/www/jakarta-tomcat4/PLIST +++ b/www/jakarta-tomcat4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/29 15:34:43 erh Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/04/29 15:56:31 erh Exp $ tomcat4/LICENSE tomcat4/README.txt tomcat4/RELEASE-NOTES-4.1.txt @@ -1475,12 +1475,12 @@ tomcat4/webapps/webdav/tomcat.gif @dirrm tomcat4/server/classes @dirrm tomcat4/server @dirrm tomcat4/logs -@comment Directory removal handled by CONF_FILES setting: +@comment Directory removal handled by PKG_SYSCONFDIR setting: @comment tomcat4/conf @dirrm tomcat4/common/lib @dirrm tomcat4/common/endorsed @dirrm tomcat4/common/classes @dirrm tomcat4/common @dirrm tomcat4/bin -@comment Directory removal handled by CONF_FILES setting: +@comment Directory removal handled by PKG_SYSCONFDIR setting: @comment tomcat4 |