diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-03 04:49:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-03 04:49:32 +0800 |
commit | e5d451e0af7efde4ca83eaf19923eaf54743c46a (patch) | |
tree | 2f9ccb754877d94de67e59fef2c40bdf5aecdba8 /editors | |
parent | 28f38a8a0f600b68d8f3f0c4632b7a9ecbbf521b (diff) | |
download | freebsd-ports-gnome-e5d451e0af7efde4ca83eaf19923eaf54743c46a.tar.gz freebsd-ports-gnome-e5d451e0af7efde4ca83eaf19923eaf54743c46a.tar.zst freebsd-ports-gnome-e5d451e0af7efde4ca83eaf19923eaf54743c46a.zip |
- Reset maintainer, unstaged
- Mark BROKEN: Fails to build
===> Building for speedbar-emacs24-0.14.b4_8
/bin/cp `/usr/bin/find /usr/local/share/emacs/24.3/lisp -name gud.el` /wrkdirs/usr/ports/editors/speedbar/work/speedbar-0.14beta4
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpvx] source_file target_file
cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpvx] source_file ... target_directory
Reported by: pkg-fallout
With hat:: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/speedbar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 09b264df2470..6ceb6f305fd6 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -11,9 +11,10 @@ MASTER_SITES= SF/cedet/${PORTNAME}/1.4beta4 \ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= dryice@dryice.name +MAINTAINER= ports@FreeBSD.org COMMENT= Quick access to files and tags in an Emacs frame +BROKEN= Fails to build USE_EMACS= yes USES= gmake |