aboutsummaryrefslogtreecommitdiff
path: root/audio/etcd
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-02-10 10:21:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-02-10 10:21:19 +0000
commit86717a1fa28c76332983bae2fb0dbbd7a523b39a (patch)
treebeb0774bad7137e95f156d3f667b8f684d79dcfa /audio/etcd
parentaef098d0564b5df12726fc138421f991d94fe6da (diff)
downloadports-86717a1fa28c76332983bae2fb0dbbd7a523b39a.tar.gz
ports-86717a1fa28c76332983bae2fb0dbbd7a523b39a.zip
audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcd
Notes
Notes: svn path=/head/; revision=408621
Diffstat (limited to 'audio/etcd')
-rw-r--r--audio/etcd/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/etcd/Makefile b/audio/etcd/Makefile
index bb079478321a..68c6ab4171f9 100644
--- a/audio/etcd/Makefile
+++ b/audio/etcd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= etcd
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= LOCAL/gahr \
http://people.freebsd.org/~gahr/distfiles/ \
@@ -12,16 +12,14 @@ MASTER_SITES= LOCAL/gahr \
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced Tiny CD, a simple ncurses-based CD player
-CONFLICTS_INSTALL=coreos-etcd
-
USE_SDL= sdl
MAKE_ARGS= INCDIR=${LOCALBASE}/include LIBDIR=${LOCALBASE}/lib \
SDL_LIBS="-lSDL -pthread" NCURSES_LIBS="-lncursesw"
-PLIST_FILES= bin/etcd
+PLIST_FILES= bin/e-tcd
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/etcd ${STAGEDIR}${PREFIX}/bin/e-tcd
.include <bsd.port.mk>