diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:15:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:15:05 +0000 |
commit | 8fd47fe65735ab3de86d8a55f8a7e7132b0d0b5c (patch) | |
tree | 87e5effd7adcbdac3da4948fea3a3b5e540f8648 | |
parent | Fix PLIST. (diff) |
If we remove a file in the post-install target we can't list it in the
PLIST, so remove it.
Notes
Notes:
svn path=/head/; revision=51602
-rw-r--r-- | devel/adabroker/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/adabroker/pkg-plist b/devel/adabroker/pkg-plist index 494e3c3b6929..ef09e87bb50f 100644 --- a/devel/adabroker/pkg-plist +++ b/devel/adabroker/pkg-plist @@ -4,7 +4,6 @@ bin/ab_gnome bin/ab_names lib/libbroca.so.0 lib/libbroca.a -lib/adabroker/allsrc.adb lib/adabroker/broca-buffers-io_operations.adb lib/adabroker/broca-buffers-io_operations.ads lib/adabroker/broca-buffers.adb |