diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 03:13:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-03 03:13:48 +0000 |
commit | c2431679a44edadca3421fd6d76ecd12fd48c4cc (patch) | |
tree | a7b27923ee93764c67e20721cd8beed64c141cad | |
parent | Respect CC and CFLAGS (diff) |
Remove extraneous directories on deinstall
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30101
-rw-r--r-- | ftp/omi/pkg-plist | 1 | ||||
-rw-r--r-- | www/npc/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ftp/omi/pkg-plist b/ftp/omi/pkg-plist index 0f52c0d0d66c..a87b721ee897 100644 --- a/ftp/omi/pkg-plist +++ b/ftp/omi/pkg-plist @@ -3,3 +3,4 @@ share/doc/omi/CHANGES share/doc/omi/README.txt share/doc/omi/README.html share/doc/omi/BSD-COPYRIGHT +@dirrm share/doc/omi diff --git a/www/npc/pkg-plist b/www/npc/pkg-plist index 417b2dd1f984..d1f038804c4f 100644 --- a/www/npc/pkg-plist +++ b/www/npc/pkg-plist @@ -4,3 +4,5 @@ www/cgi-bin/npc.cgi share/examples/npc/sample1.idx share/examples/npc/sample2.idx @dirrm share/examples/npc +@dirrm www/cgi-bin +@dirrm www |