summaryrefslogtreecommitdiff
path: root/print/bjfiltercom
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-03-10 04:21:35 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-03-10 04:21:35 +0000
commitcb7afed81aadad3e59343c9a6e7d12de747b5907 (patch)
tree39a3be655404a3338ea92661b916519b246884de /print/bjfiltercom
parentChase the checksum (documentation fixes in Japanese). No PORTREVISION bump (diff)
When this was installed by pkg_add,
the command "@unexec rpm -e ...." which I added to pkg-list in previous commit is not necessary. So the command requires "; ture" in the end.
Notes
Notes: svn path=/head/; revision=39345
Diffstat (limited to 'print/bjfiltercom')
-rw-r--r--print/bjfiltercom/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/bjfiltercom/pkg-plist b/print/bjfiltercom/pkg-plist
index f03b92b8c340..8dd54a6b3ad2 100644
--- a/print/bjfiltercom/pkg-plist
+++ b/print/bjfiltercom/pkg-plist
@@ -47,4 +47,4 @@ usr/local/share/printui/yellow_bar.xpm
@dirrm usr/lib/bjlib
@dirrm usr/local/share/printui
@comment To maintain ${LINUXBASE}/var/lib/rpm/
-@unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1
+@unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1; true