audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcd

This commit is contained in:
Pietro Cerutti 2016-02-10 10:21:19 +00:00
parent aef098d056
commit 86717a1fa2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408621
2 changed files with 4 additions and 6 deletions

View file

@ -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>

View file

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
CONFLICTS_INSTALL=coreos-etcdctl-0.* etcd
CONFLICTS_INSTALL=coreos-etcdctl-0.*
USE_GITHUB= yes
GH_ACCOUNT= coreos