diff options
author | erh <erh> | 2004-04-29 15:56:31 +0000 |
---|---|---|
committer | erh <erh> | 2004-04-29 15:56:31 +0000 |
commit | b98323242fcf26789b61bdc53e0e3133dfe8f685 (patch) | |
tree | 486a2b8a21e92da535d9cc05ded8e57e0de2df75 /www | |
parent | 6ab5789ffff8515b1e32bf07d15f2103ab8d82f1 (diff) | |
download | pkgsrc-b98323242fcf26789b61bdc53e0e3133dfe8f685.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 |