diff options
author | yoichi <yoichi@FreeBSD.org> | 2003-01-26 16:55:17 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2003-01-26 16:55:17 +0000 |
commit | 80f52e947aac416625e06e6cc7f674f9c0007a11 (patch) | |
tree | 0ff5d4b014bb3fe882d9de259000a6ae52f3e625 /editors/speedbar | |
parent | 039f1a81b6c29ffc85ebf0ebf89b2f3a180e79d2 (diff) | |
download | FreeBSD-ports-80f52e947aac416625e06e6cc7f674f9c0007a11.zip FreeBSD-ports-80f52e947aac416625e06e6cc7f674f9c0007a11.tar.gz |
Fix plist.
PR: 47500,47501
Submitted by: maintainer
Diffstat (limited to 'editors/speedbar')
-rw-r--r-- | editors/speedbar/Makefile | 1 | ||||
-rw-r--r-- | editors/speedbar/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index de1add7..cbb0e6a 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -7,6 +7,7 @@ PORTNAME= speedbar PORTVERSION= 0.14.b4 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet diff --git a/editors/speedbar/pkg-plist b/editors/speedbar/pkg-plist index 283e0d4..821b4a4 100644 --- a/editors/speedbar/pkg-plist +++ b/editors/speedbar/pkg-plist @@ -1,5 +1,5 @@ @unexec install-info --delete %D/info/speedbar.info %D/info/dir -@unexec test -f %D/info/speedbar && install-info %D/info/speedbar %D/info/dir +@unexec [ -f %D/info/speedbar ] && install-info %D/info/speedbar %D/info/dir || true info/speedbar.info @exec install-info %D/info/speedbar.info %D/info/dir %%EMACS_VERSION_SITE_LISPDIR%%/speedbar/bigclock.el |