diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-14 20:38:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-14 20:38:17 +0000 |
commit | eb340132974990634a152877801a3e636fea7973 (patch) | |
tree | 444b6f66bc2cdb87d15b98f7528abd0951e064ed /editors | |
parent | 6ae685b0e0affa5e2ef3bede8ce95dc548db1599 (diff) | |
download | ports-eb340132974990634a152877801a3e636fea7973.tar.gz ports-eb340132974990634a152877801a3e636fea7973.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/speedbar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 857e0adcba95..3500abca2815 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -7,7 +7,7 @@ PORTNAME= speedbar PORTVERSION= 0.14.b4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ @@ -23,7 +23,6 @@ EMACS_PORT_NAME?= emacs21 USE_REINPLACE= yes USE_GMAKE= yes CONFLICTS= cedet* -INFO= speedbar LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/speedbar |